Skip to content

Release v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jan 23:57

bybit-cpp-client 0.1.0

Installation via FetchContent

include(FetchContent)
FetchContent_Declare(
  bybit_cpp_client
  GIT_REPOSITORY https://github.com/SebastianBoehler/bybit-cpp-client.git
  GIT_TAG v0.1.0
)
FetchContent_MakeAvailable(bybit_cpp_client)

Changes

See CHANGELOG.md for details.

Full Changelog: https://github.com/SebastianBoehler/bybit-cpp-client/commits/v0.1.0