From 1961c386b98942fd22d2b31bb801d535f2426e8f Mon Sep 17 00:00:00 2001 From: release-plz Date: Fri, 6 Oct 2023 08:33:31 +0000 Subject: [PATCH] chore: release Signed-off-by: release-plz --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 849569b16..d501dddc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/near/near-cli-rs/compare/v0.6.0...v0.6.1) - 2023-10-06 + +### Added +- Provide a relevant faucet error message when helper API server returns an error ([#243](https://github.com/near/near-cli-rs/pull/243)) + ## [0.6.0](https://github.com/near/near-cli-rs/compare/v0.5.2...v0.6.0) - 2023-09-28 ### Added diff --git a/Cargo.lock b/Cargo.lock index 862f67767..aa817af23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2133,7 +2133,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.6.0" +version = "0.6.1" dependencies = [ "bip39", "bs58 0.5.0", diff --git a/Cargo.toml b/Cargo.toml index e8800ba97..348efcebf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.6.0" +version = "0.6.1" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2021"