From 62a1fa2c0fb94e32b728fabfdeb8dee2365a31de Mon Sep 17 00:00:00 2001 From: Vlad <304265+frol@users.noreply.github.com> Date: Mon, 18 Mar 2024 19:55:16 +0000 Subject: [PATCH] chore: release Signed-off-by: Vlad <304265+frol@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04312ead8..f47ef712f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0](https://github.com/near/near-cli-rs/compare/v0.8.1...v0.9.0) - 2024-03-18 + +### Added +- Added the ability to output a signed transaction (serialized as base64) to a file ([#313](https://github.com/near/near-cli-rs/pull/313)) + +### Other +- update `near-ledger` to `0.5.0` ([#309](https://github.com/near/near-cli-rs/pull/309)) +- Upgraded `inquire` crate to use CustomType inputs where initial value is needed ([#310](https://github.com/near/near-cli-rs/pull/310)) + ## [0.8.1](https://github.com/near/near-cli-rs/compare/v0.8.0...v0.8.1) - 2024-02-26 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index d1552ed24..97b3be350 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2296,7 +2296,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.8.1" +version = "0.9.0" dependencies = [ "bip39", "bs58 0.5.0", diff --git a/Cargo.toml b/Cargo.toml index 5dd8073b9..f83d3239a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.8.1" +version = "0.9.0" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2021"