From a7f24ced66fa9db63f009d8460f822aaeae0f993 Mon Sep 17 00:00:00 2001 From: Vlad <304265+frol@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:17:07 +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 c9647a13b..60daea093 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.7.7](https://github.com/near/near-cli-rs/compare/v0.7.6...v0.7.7) - 2024-01-19 + +### Added +- Updated dialog for entering arguments to a function (as-read-only) ([#285](https://github.com/near/near-cli-rs/pull/285)) + +### Other +- Updated binary releases pipeline to use cargo-dist v0.7.2 (previously v0.3.0) ([#289](https://github.com/near/near-cli-rs/pull/289)) +- Avoid unnecessary "interactive_clap::FromCli" implementations ([#288](https://github.com/near/near-cli-rs/pull/288)) + ## [0.7.6](https://github.com/near/near-cli-rs/compare/v0.7.5...v0.7.6) - 2023-12-21 ### Other diff --git a/Cargo.lock b/Cargo.lock index 72aa3a630..ac7904977 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2162,7 +2162,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.7.6" +version = "0.7.7" dependencies = [ "bip39", "bs58 0.5.0", diff --git a/Cargo.toml b/Cargo.toml index 72839b508..9ebfcb5a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.7.6" +version = "0.7.7" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2021"