Conversation
8e995a2 to
0baefcb
Compare
043a5b8 to
b42b071
Compare
There was a problem hiding this comment.
Pull request overview
This is a release PR bumping the version from 0.22.2 to 0.23.0, with breaking API changes. The release includes new MPC signing features, transaction reconstruction support, Windows aarch64 builds, test improvements, and RPC endpoint updates.
- Version bumped from 0.22.2 to 0.23.0 across Cargo.toml and Cargo.lock
- Changelog updated with new v0.23.0 release notes documenting added features, fixes, and other changes
- Release date set to December 3, 2025
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Cargo.toml | Updated package version from 0.22.2 to 0.23.0 |
| Cargo.lock | Updated package version from 0.22.2 to 0.23.0 to match Cargo.toml |
| CHANGELOG.md | Added v0.23.0 release notes with new features, fixes, and changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - 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)) |
There was a problem hiding this comment.
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".
| - introduce tests ([#522](https://github.com/near/near-cli-rs/pull/522)) | |
| - Introduced tests ([#522](https://github.com/near/near-cli-rs/pull/522)) |
|
|
||
| ### Other | ||
|
|
||
| - changed default rpc to archival fastnear ([#527](https://github.com/near/near-cli-rs/pull/527)) |
There was a problem hiding this comment.
Capitalization inconsistency: The word "changed" should be capitalized to match the style of other changelog entries. Should be "Changed default rpc to archival fastnear".
| - 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)) |
b42b071 to
93133ef
Compare
93133ef to
27a801b
Compare
🤖 New release
near-cli-rs: 0.22.2 -> 0.23.0 (⚠ API breaking changes)⚠
near-cli-rsbreaking changesChangelog
This PR was generated with release-plz.