diff --git a/CHANGELOG.md b/CHANGELOG.md index 342b07054..6649066f2 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.23.7](https://github.com/near/near-cli-rs/compare/v0.23.6...v0.23.7) - 2026-02-09 + +### Fixed + +- Speed up startup time from 5s -> 10ms (500x faster) ([#557](https://github.com/near/near-cli-rs/pull/557)) + +### Other + +- set MSRV to 1.88 ([#556](https://github.com/near/near-cli-rs/pull/556)) +- migrate to org-wide NEARPROTOCOL_CI_PR_ACCESS token ([#552](https://github.com/near/near-cli-rs/pull/552)) + ## [0.23.6](https://github.com/near/near-cli-rs/compare/v0.23.5...v0.23.6) - 2026-02-06 ### Added diff --git a/Cargo.lock b/Cargo.lock index aa4f483da..3655b45f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2365,7 +2365,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.23.6" +version = "0.23.7" dependencies = [ "bip39", "borsh", diff --git a/Cargo.toml b/Cargo.toml index 735cbf204..8abd0f778 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.23.6" +version = "0.23.7" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2024"