Skip to content

Commit e3de73d

Browse files
committed
feat: Update relay builder defaults to Polygon Mainnet and Relay V2, and bump package version to 0.7.0.
1 parent 487a5eb commit e3de73d

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.7.0] - 2026-02-24
2+
3+
### 🚀 Features
4+
5+
- *(relay)* Update builder to default to Polygon Mainnet (137) and relay V2 (`https://relayer-v2.polymarket.com/`)
6+
- *(relay)* Update `RelayClientBuilder` to implement `Default`
7+
18
## [0.6.1] - 2026-02-20
29

310
### 🚀 Features

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ members = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
version = "0.6.1"
14+
version = "0.7.0"
1515
edition = "2021"
1616
license = "MIT"
1717
authors = ["Kenji Lau <hello@kenji.sh>"]
1818
repository = "https://github.com/dilettante-trading/polyoxide"
1919
rust-version = "1.75"
2020

2121
[workspace.dependencies]
22-
polyoxide-core = { path = "polyoxide-core", version = "0.6.1" }
23-
polyoxide-clob = { path = "polyoxide-clob", version = "0.6.1" }
24-
polyoxide-gamma = { path = "polyoxide-gamma", version = "0.6.1" }
25-
polyoxide-data = { path = "polyoxide-data", version = "0.6.1" }
26-
polyoxide-relay = { path = "polyoxide-relay", version = "0.6.1" }
22+
polyoxide-core = { path = "polyoxide-core", version = "0.7.0" }
23+
polyoxide-clob = { path = "polyoxide-clob", version = "0.7.0" }
24+
polyoxide-gamma = { path = "polyoxide-gamma", version = "0.7.0" }
25+
polyoxide-data = { path = "polyoxide-data", version = "0.7.0" }
26+
polyoxide-relay = { path = "polyoxide-relay", version = "0.7.0" }
2727
tokio = { version = "1.41", features = ["full"] }
2828
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
2929
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)