Skip to content

Commit 1a170a7

Browse files
committed
version bump
1 parent 55d77b1 commit 1a170a7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "polymarket_client_sdk_v2"
33
description = "Polymarket CLOB (Central Limit Order Book) API client SDK"
4-
version = "0.5.1"
4+
version = "0.6.0"
55
authors = [
66
"Polymarket Engineering <engineering@polymarket.com>",
77
"Chaz Byrnes <chaz@polymarket.com>",

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Add the crate to your `Cargo.toml`:
4848

4949
```toml
5050
[dependencies]
51-
polymarket_client_sdk_v2 = "0.5"
51+
polymarket_client_sdk_v2 = "0.6"
5252
```
5353

5454
or
@@ -83,7 +83,7 @@ Enable features in your `Cargo.toml`:
8383

8484
```toml
8585
[dependencies]
86-
polymarket_client_sdk_v2 = { version = "0.5", features = ["ws", "data"] }
86+
polymarket_client_sdk_v2 = { version = "0.6", features = ["ws", "data"] }
8787
```
8888

8989
## Re-exported Types
@@ -410,7 +410,7 @@ async fn main() -> anyhow::Result<()> {
410410
Real-time orderbook and user event streaming. Requires the `ws` feature.
411411

412412
```toml
413-
polymarket_client_sdk_v2 = { version = "0.5", features = ["ws"] }
413+
polymarket_client_sdk_v2 = { version = "0.6", features = ["ws"] }
414414
```
415415

416416
```rust,ignore

0 commit comments

Comments
 (0)