-
Notifications
You must be signed in to change notification settings - Fork 77
chore: release v0.23.0 #523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 | |||||
|
|
||||||
| ## [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)) | ||||||
|
|
||||||
| ### 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)) | ||||||
|
||||||
| - 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)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
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".