Skip to content

Releases: SebastianBoehler/bybit-cpp-client

Release v0.1.0

03 Jan 23:57

Choose a tag to compare

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