-
Notifications
You must be signed in to change notification settings - Fork 11
chore: release 0.5.1 #182
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
chore: release 0.5.1 #182
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 |
|---|---|---|
| @@ -1,3 +1,19 @@ | ||
| # 0.5.1 | ||
|
|
||
| ## Dependencies | ||
|
|
||
| - Updated `syn` from 1.0 to 2.0, enabling parsing of `#[unsafe(no_mangle)]` required by Rust edition 2024. | ||
| - Updated `darling` from 0.13 to >=0.20. | ||
| - Updated `near-sdk` from >=5.2 to 5.25. | ||
| - Updated `near-workspaces` from 0.14 to 0.22. | ||
|
Comment on lines
+6
to
+8
|
||
| - Updated `cargo-near-build` from 0.4.4 to 0.11. | ||
|
|
||
| ## Other | ||
|
|
||
| - Rust edition updated from 2021 to 2024. | ||
| - MSRV updated from 1.84.0 to 1.86.0. | ||
| - Repository URLs updated from `aurora-is-near` to `Near-One`. | ||
|
|
||
| # 0.3.0 (TBD) | ||
|
|
||
| ## BREAKING CHANGES: | ||
|
Comment on lines
17
to
19
|
||
|
|
||
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.
The changelog’s version headings elsewhere include a date or “(TBD)” (e.g., “# 0.3.0 (TBD)”, “# 0.1.0 (2023-05-08)”), but the new “# 0.5.1” entry doesn’t. For consistency/readability, consider adding the release date (or the same parenthetical convention used in other sections).