Skip to content

Commit

Permalink
docs: Add CHANGELOG (#299)
Browse files Browse the repository at this point in the history
Slightly modified output of `git cliff`:
```sh
git cliff --include-path "v4-client-rs/**/*" --repository "../" -o
```

Also bumps crate version to `0.1.1`.
  • Loading branch information
v0-e authored Dec 2, 2024
1 parent 91f2ea8 commit ddb5237
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions v4-client-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

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

## [0.1.1] - 2024-12-02

### 🚀 Features

- Add Vaults REST API (#291)
- Add Validator/`NodeClient` MegaVault methods (#300)

### ⚙️ Miscellaneous Tasks

- Fix Rust client Cargo.toml README path (#281)
- Fix Rust client Cargo.toml repository link (#284)
- Allow the `Unicode-3.0` license (#292)
- Update dependencies (#295)

## [0.1.0] - 2024-10-28

### 🚀 Features

- Rust client implementation (#268)
2 changes: 1 addition & 1 deletion v4-client-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.package]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "LicenseRef-dYdX-Custom"

Expand Down

0 comments on commit ddb5237

Please sign in to comment.