Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.23.0](https://github.com/near/near-cli-rs/compare/v0.22.2...v0.23.0) - 2025-12-11

### Added

- Updated user interface for interactive mode ([#524](https://github.com/near/near-cli-rs/pull/524))
- Added support for reconstructing transaction with global contracts deploy or use actions ([#521](https://github.com/near/near-cli-rs/pull/521))
- Sign transactions with MPC from a different account or even through a DAO proposal ([#520](https://github.com/near/near-cli-rs/pull/520))
- Enabled aarch64 Windows binary builds (upgraded cargo-dist to 0.29.0) ([#518](https://github.com/near/near-cli-rs/pull/518))
- introduce tests ([#522](https://github.com/near/near-cli-rs/pull/522))
Copy link

Copilot AI Dec 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitalization inconsistency: This line should start with a capital letter and use past tense to match the style of other changelog entries. Should be "Introduced tests" instead of "introduce tests".

Suggested change
- introduce tests ([#522](https://github.com/near/near-cli-rs/pull/522))
- Introduced tests ([#522](https://github.com/near/near-cli-rs/pull/522))

Copilot uses AI. Check for mistakes.

### Fixed

- 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))

### Other

- bump near-* dependencies to 0.34 (nearcore release 2.10) ([#528](https://github.com/near/near-cli-rs/pull/528))
- changed default rpc to archival fastnear ([#527](https://github.com/near/near-cli-rs/pull/527))
Copy link

Copilot AI Dec 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitalization inconsistency: The word "changed" should be capitalized to match the style of other changelog entries. Should be "Changed default rpc to archival fastnear".

Suggested change
- changed default rpc to archival fastnear ([#527](https://github.com/near/near-cli-rs/pull/527))
- Changed default rpc to archival fastnear ([#527](https://github.com/near/near-cli-rs/pull/527))

Copilot uses AI. Check for mistakes.

## [0.22.2](https://github.com/near/near-cli-rs/compare/v0.22.1...v0.22.2) - 2025-08-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-cli-rs"
version = "0.22.2"
version = "0.23.0"
authors = ["FroVolod <frol_off@meta.ua>", "Near Inc <hello@nearprotocol.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
Loading