From 98960d542742aa8180dfda1d0e2a736502aa5472 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Wed, 11 Sep 2024 18:32:55 +0100 Subject: [PATCH] chore: release v0.15.1 (#406) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `near-cli-rs`: 0.15.0 -> 0.15.1
Changelog

## [0.15.1](https://github.com/near/near-cli-rs/compare/v0.15.0...v0.15.1) - 2024-09-11 ### Other - updates near-* dependencies to 0.26 release ([#405](https://github.com/near/near-cli-rs/pull/405))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d685c65..cb24eb70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.1](https://github.com/near/near-cli-rs/compare/v0.15.0...v0.15.1) - 2024-09-11 + +### Other + +- updates near-* dependencies to 0.26 release ([#405](https://github.com/near/near-cli-rs/pull/405)) + ## [0.15.0](https://github.com/near/near-cli-rs/compare/v0.14.3...v0.15.0) - 2024-09-02 ### Added diff --git a/Cargo.lock b/Cargo.lock index ca5bc24e..d26491c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1889,7 +1889,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.15.0" +version = "0.15.1" dependencies = [ "bip39", "bs58 0.5.1", diff --git a/Cargo.toml b/Cargo.toml index 31097908..d10e5aa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.15.0" +version = "0.15.1" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2021"