Skip to content
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 #1226

Merged
merged 1 commit into from
Aug 14, 2024
Merged

chore: release #1226

merged 1 commit into from
Aug 14, 2024

Conversation

frol
Copy link
Collaborator

@frol frol commented Jul 31, 2024

🤖 New release

  • near-sdk: 5.2.1 -> 5.3.0
  • near-sdk-macros: 5.2.1 -> 5.3.0
  • near-contract-standards: 5.2.1 -> 5.3.0
Changelog

near-sdk

5.3.0 - 2024-08-13

Added

  • Introduced 'remove' method for 'near_sdk::store::Lazy' collection (#1238)
  • Allow store collection iterators to be cloned (this enables standard Iterator methods like cycle()) (#1224)

Fixed

  • Fix storage management error message with proper amount (#1222)
  • Fixed compilation errors after Rust 1.80 latest stable release (#1227)

Other

  • updates near-* dependencies to 0.24.0 (#1237)
  • Include all examples into CI testing suite (#1228)
  • Optimized up to 10% contract binary size by using near_sdk::env::panic_str instead of expect calls (#1220)
  • Fixed Rust 1.80 new warning by adding cargo:rustc-check-cfg for __abi-embed-checked feature in near-sdk-macros build.rs (#1225)

near-contract-standards

5.3.0 - 2024-08-13

Fixed

  • Fix storage management error message with proper amount (#1222)


This PR was generated with release-plz.

@frol frol requested review from agostbiro and uint as code owners July 31, 2024 15:59
@frol frol force-pushed the release-plz-2024-07-31T15-59-05Z branch 7 times, most recently from be82087 to 065dcaf Compare August 5, 2024 14:35
@frol frol force-pushed the release-plz-2024-07-31T15-59-05Z branch from 065dcaf to 82a79ab Compare August 9, 2024 11:23
@frol frol requested a review from akorchyn as a code owner August 9, 2024 11:23
@frol frol force-pushed the release-plz-2024-07-31T15-59-05Z branch from 82a79ab to 6faf784 Compare August 12, 2024 21:15
@frol frol force-pushed the release-plz-2024-07-31T15-59-05Z branch from 6faf784 to bd32f74 Compare August 13, 2024 06:42
@ruseinov
Copy link
Collaborator

Codecov token seems missing. Otherwise looks good to me!

@frol frol force-pushed the release-plz-2024-07-31T15-59-05Z branch from bd32f74 to 7eb6317 Compare August 13, 2024 10:22
@frol frol merged commit 4551e43 into master Aug 14, 2024
29 of 30 checks passed
@frol frol deleted the release-plz-2024-07-31T15-59-05Z branch August 14, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants