File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.23.0] ( https://github.com/near/near-cli-rs/compare/v0.22.2...v0.23.0 ) - 2025-12-11
11+
12+ ### Added
13+
14+ - Updated user interface for interactive mode ([ #524 ] ( https://github.com/near/near-cli-rs/pull/524 ) )
15+ - Added support for reconstructing transaction with global contracts deploy or use actions ([ #521 ] ( https://github.com/near/near-cli-rs/pull/521 ) )
16+ - Sign transactions with MPC from a different account or even through a DAO proposal ([ #520 ] ( https://github.com/near/near-cli-rs/pull/520 ) )
17+ - Enabled aarch64 Windows binary builds (upgraded cargo-dist to 0.29.0) ([ #518 ] ( https://github.com/near/near-cli-rs/pull/518 ) )
18+ - introduce tests ([ #522 ] ( https://github.com/near/near-cli-rs/pull/522 ) )
19+
20+ ### Fixed
21+
22+ - Fixed a flaky test (block hash can be 43 or 44 characters long when base58-encoded) ([ #529 ] ( https://github.com/near/near-cli-rs/pull/529 ) )
23+
24+ ### Other
25+
26+ - bump near-* dependencies to 0.34 (nearcore release 2.10) ([ #528 ] ( https://github.com/near/near-cli-rs/pull/528 ) )
27+ - changed default rpc to archival fastnear ([ #527 ] ( https://github.com/near/near-cli-rs/pull/527 ) )
28+
1029## [ 0.22.2] ( https://github.com/near/near-cli-rs/compare/v0.22.1...v0.22.2 ) - 2025-08-31
1130
1231### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " near-cli-rs"
3- version = " 0.22.2 "
3+ version = " 0.23.0 "
44authors = [" FroVolod <frol_off@meta.ua>" , " Near Inc <hello@nearprotocol.com>" ]
55license = " MIT OR Apache-2.0"
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments