-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters