From 9e3613bcc480f937ad409d9d5dd61c346a060224 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Wed, 21 Aug 2024 12:40:02 +0200 Subject: [PATCH] chore: release v0.14.2 (#394) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `near-cli-rs`: 0.14.1 -> 0.14.2
Changelog

## [0.14.2](https://github.com/near/near-cli-rs/compare/v0.14.1...v0.14.2) - 2024-08-21 ### Added - Upgraded cargo-dist to 0.21.1 and enabled Linux ARM64 build ([#397](https://github.com/near/near-cli-rs/pull/397)) - Prioritize searching an access key in the signer account subfolder (///*.json) in legacy keychain and then fallback to //.json instead of the other way around ([#396](https://github.com/near/near-cli-rs/pull/396)) ### Other - Fixed the one-liner curl installation command

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/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 e0cc42484..3733a3e6d 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.14.2](https://github.com/near/near-cli-rs/compare/v0.14.1...v0.14.2) - 2024-08-21 + +### Added +- Upgraded cargo-dist to 0.21.1 and enabled Linux ARM64 build ([#397](https://github.com/near/near-cli-rs/pull/397)) +- Prioritize searching an access key in the signer account subfolder (///*.json) in legacy keychain and then fallback to //.json instead of the other way around ([#396](https://github.com/near/near-cli-rs/pull/396)) + +### Other +- Fixed the one-liner curl installation command + ## [0.14.1](https://github.com/near/near-cli-rs/compare/v0.14.0...v0.14.1) - 2024-08-15 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index e57d08ac3..798ae0d16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2162,7 +2162,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.14.1" +version = "0.14.2" dependencies = [ "bip39", "bs58 0.5.1", diff --git a/Cargo.toml b/Cargo.toml index f2ad0d66c..e3da12059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.14.1" +version = "0.14.2" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2021"