We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee775d commit 9e77056Copy full SHA for 9e77056
v4-client-rs/CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.2.0] - 2025-03-05
6
+
7
+### 🚀 Features
8
9
+- Create market permissionless (#304)
10
+- *(config)* Implement Serialize trait for configuration structs (#314)
11
+- Permissioned keys (#322)
12
13
+### 🐛 Bug Fixes
14
15
+- *(noble)* DYdX<->Noble transfers seqnum, `NobleUsdc` ergonomics (#336)
16
17
## [0.1.1] - 2024-12-02
18
19
### 🚀 Features
v4-client-rs/Cargo.toml
@@ -5,7 +5,7 @@ members = [
]
[workspace.package]
-version = "0.1.1"
+version = "0.2.0"
edition = "2021"
license = "LicenseRef-dYdX-Custom"
0 commit comments