Releases: SebastianBoehler/bybit-cpp-client
Releases · SebastianBoehler/bybit-cpp-client
Release v0.1.0
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