From 4b528b408d86385ddab0d2c23ce4e48745cb0d7e Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Mon, 20 Jan 2025 13:49:11 +0100 Subject: [PATCH] chore: release v0.17.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5eedb4b..58cbc1776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.0](https://github.com/near/near-cli-rs/compare/v0.17.0...v0.18.0) - 2025-01-20 + +### Added + +- Added the ability to get a public key for an account (#436) + +### Other + +- handle new rate-limits for querying pools (#433) +- 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 14c15628b..2284f763b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2051,7 +2051,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.17.0" +version = "0.18.0" dependencies = [ "bip39", "bs58 0.5.1", diff --git a/Cargo.toml b/Cargo.toml index 6059f325b..23d8a7b46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.17.0" +version = "0.18.0" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2021"