From 63a9762841afc3732c7ef82f2cb8feb142353809 Mon Sep 17 00:00:00 2001
From: Vlad Frolov
Date: Thu, 12 Dec 2024 17:56:38 +0100
Subject: [PATCH] chore: release v0.16.1 (#421)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `near-cli-rs`: 0.16.0 -> 0.16.1 (✓ API compatible changes)
Changelog
##
[0.16.1](https://github.com/near/near-cli-rs/compare/v0.16.0...v0.16.1)
- 2024-12-06
### Added
- Added the ability to save payload for broadcast_tx_commit
([#413](https://github.com/near/near-cli-rs/pull/413))
- Get the final CLI command into the shell history with a small helper
setup ([#415](https://github.com/near/near-cli-rs/pull/415))
- Trace configuration for loading wait indicators and --teach-me flag
moved to library ([#417](https://github.com/near/near-cli-rs/pull/417))
- add to devtools workflow
---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
---
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 1871893a1..2538045ee 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.16.1](https://github.com/near/near-cli-rs/compare/v0.16.0...v0.16.1) - 2024-12-06
+
+### Added
+
+- Added the ability to save payload for broadcast_tx_commit ([#413](https://github.com/near/near-cli-rs/pull/413))
+- Get the final CLI command into the shell history with a small helper setup ([#415](https://github.com/near/near-cli-rs/pull/415))
+- Trace configuration for loading wait indicators and --teach-me flag moved to library ([#417](https://github.com/near/near-cli-rs/pull/417))
+- add to devtools workflow
+
## [0.16.0](https://github.com/near/near-cli-rs/compare/v0.15.1...v0.16.0) - 2024-11-18
### Other
diff --git a/Cargo.lock b/Cargo.lock
index 10136e5eb..521495dc6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2057,7 +2057,7 @@ dependencies = [
[[package]]
name = "near-cli-rs"
-version = "0.16.0"
+version = "0.16.1"
dependencies = [
"bip39",
"bs58 0.5.1",
diff --git a/Cargo.toml b/Cargo.toml
index 71b0fd283..541e36a1f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "near-cli-rs"
-version = "0.16.0"
+version = "0.16.1"
authors = ["FroVolod ", "Near Inc "]
license = "MIT OR Apache-2.0"
edition = "2021"