Skip to content

Commit 9e77056

Browse files
authored
chore: Bump crate version to 0.2.0 (#337)
Principal change is the permissioned keys / authenticators feature.
1 parent 1ee775d commit 9e77056

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

v4-client-rs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
517
## [0.1.1] - 2024-12-02
618

719
### 🚀 Features

v4-client-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
]
66

77
[workspace.package]
8-
version = "0.1.1"
8+
version = "0.2.0"
99
edition = "2021"
1010
license = "LicenseRef-dYdX-Custom"
1111

0 commit comments

Comments
 (0)