Skip to content

Releases: Wammero/polymarket-sdk-cpp

v2.1.1

13 Jun 12:41

Choose a tag to compare

Installation

include(FetchContent)
FetchContent_Declare(polymarket
    GIT_REPOSITORY https://github.com/Wammero/polymarket-sdk-cpp.git
    GIT_TAG v2.1.1)
FetchContent_MakeAvailable(polymarket)
target_link_libraries(your_app PRIVATE polymarket)

See CHANGELOG.md for details.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

12 Jun 17:25

Choose a tag to compare

Installation

include(FetchContent)
FetchContent_Declare(polymarket
    GIT_REPOSITORY https://github.com/Wammero/polymarket-sdk-cpp.git
    GIT_TAG v2.1.0)
FetchContent_MakeAvailable(polymarket)
target_link_libraries(your_app PRIVATE polymarket)

See CHANGELOG.md for details.

Full Changelog: v2.0.0...v2.1.0

v2.0.0

24 May 21:41

Choose a tag to compare

Installation

include(FetchContent)
FetchContent_Declare(polymarket
    GIT_REPOSITORY https://github.com/Wammero/polymarket-sdk-cpp.git
    GIT_TAG v2.0.0)
FetchContent_MakeAvailable(polymarket)
target_link_libraries(your_app PRIVATE polymarket)

See CHANGELOG.md for details.

Full Changelog: v1.0.0...v2.0.0

v1.0.0

24 May 21:41

Choose a tag to compare

Installation

include(FetchContent)
FetchContent_Declare(polymarket
    GIT_REPOSITORY https://github.com/Wammero/polymarket-sdk-cpp.git
    GIT_TAG v1.0.0)
FetchContent_MakeAvailable(polymarket)
target_link_libraries(your_app PRIVATE polymarket)

See CHANGELOG.md for details.

Full Changelog: https://github.com/Wammero/polymarket-sdk-cpp/commits/v1.0.0