From bc10db6043d3eb297bb4bfb0fd541ba5cf2edba4 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Tue, 2 May 2023 20:03:52 +0200 Subject: [PATCH] chore: release (#191) Co-authored-by: release-plz --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de693b3b..439349f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0](https://github.com/near/near-cli-rs/compare/v0.3.5...v0.4.0) - 2023-05-02 + +### Added +- Meta-Transactions support (#189) +- Support for adding key from Ledger hardware wallet (#188) + +### Fixed +- fixed call function with non-JSON arguments being incorrectly displayed as `null` (#187) +- pass right token to release-plz action (#185) + ## [0.3.5](https://github.com/near/near-cli-rs/compare/v0.3.4...v0.3.5) - 2023-04-21 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 497404499..52cc1e2b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1845,7 +1845,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.3.5" +version = "0.4.0" dependencies = [ "base64 0.13.1", "bip39", diff --git a/Cargo.toml b/Cargo.toml index 9f9323029..c63a2a775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.3.5" +version = "0.4.0" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2021"