From ddb52370a73bb5ae97a53d7c5f480695b3b4276f Mon Sep 17 00:00:00 2001 From: v0-e <134806759+v0-e@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:43:55 +0000 Subject: [PATCH] docs: Add CHANGELOG (#299) Slightly modified output of `git cliff`: ```sh git cliff --include-path "v4-client-rs/**/*" --repository "../" -o ``` Also bumps crate version to `0.1.1`. --- v4-client-rs/CHANGELOG.md | 23 +++++++++++++++++++++++ v4-client-rs/Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 v4-client-rs/CHANGELOG.md diff --git a/v4-client-rs/CHANGELOG.md b/v4-client-rs/CHANGELOG.md new file mode 100644 index 0000000..7f2fb77 --- /dev/null +++ b/v4-client-rs/CHANGELOG.md @@ -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) diff --git a/v4-client-rs/Cargo.toml b/v4-client-rs/Cargo.toml index 7ea7aaa..cb98e61 100644 --- a/v4-client-rs/Cargo.toml +++ b/v4-client-rs/Cargo.toml @@ -5,7 +5,7 @@ members = [ ] [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "LicenseRef-dYdX-Custom"