diff --git a/CHANGELOG.md b/CHANGELOG.md index d51d511..1ffd5bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +- 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: diff --git a/Cargo.toml b/Cargo.toml index 4b30fa2..88bd77a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ resolver = "3" version = "0.15.0" [workspace.package] -version = "0.6.0" +version = "0.5.1" edition = "2024" authors = ["Aurora Labs "] # An update of the MSRV requires updating: