From b5e31316d6cf6a8c40d9cb14b1cbea84dda16fe1 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Mon, 23 Dec 2024 12:50:07 +0100 Subject: [PATCH] chore: release v0.17.1 --- 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 bc5eedb4..4144b666 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.17.1](https://github.com/near/near-cli-rs/compare/v0.17.0...v0.17.1) - 2024-12-23 + +### Other + +- Extended the documentation for building NEAR CLI from the source code (#430) + ## [0.17.0](https://github.com/near/near-cli-rs/compare/v0.16.1...v0.17.0) - 2024-12-16 ### Added diff --git a/Cargo.lock b/Cargo.lock index 14c15628..825547ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2051,7 +2051,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.17.0" +version = "0.17.1" dependencies = [ "bip39", "bs58 0.5.1", diff --git a/Cargo.toml b/Cargo.toml index 6059f325..a815a66e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.17.0" +version = "0.17.1" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2021"