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 #1115

Merged
merged 1 commit into from
Jan 17, 2024
Merged

chore: release #1115

merged 1 commit into from
Jan 17, 2024

Conversation

frol
Copy link
Collaborator

@frol frol commented Nov 28, 2023

🤖 New release

  • near-sdk: 5.0.0-alpha.1 -> 5.0.0-alpha.2 (⚠️ API breaking changes)
  • near-sdk-macros: 5.0.0-alpha.1 -> 5.0.0-alpha.2
  • near-contract-standards: 5.0.0-alpha.1 -> 5.0.0-alpha.2 (✓ API compatible changes)

⚠️ near-sdk breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/enum_missing.ron

Failed in:
  enum near_sdk::mock::VmAction, previously in file /tmp/.tmpV1uU7t/near-sdk/src/environment/mock/receipt.rs:12
Changelog

near-sdk

5.0.0-alpha.2 - 2024-01-16

Fixed

  • include near-sdk/src/private/result_type_ext.rs file into module tree (#1122)
  • Fixed contract_source_metadata compilation issue when multiple impl blocks are there (#1118)
  • remove leftover near_sdk::__private::schemars (#1120)

Other

  • [breaking] update nearcore crates from 0.17 -> 0.20 (#1130)
  • fix new 1.75 warnings (#1128)
  • Re-exported packages cleanup (#1114)

near-contract-standards

5.0.0-alpha.2 - 2024-01-16

Other

  • fix new 1.75 warnings (#1128)
  • Re-exported packages cleanup (#1114)


This PR was generated with release-plz.

@frol frol force-pushed the release-plz-2023-11-28T21-35-14Z branch 2 times, most recently from 28f0449 to e9f1e83 Compare December 20, 2023 22:18
@frol frol force-pushed the release-plz-2023-11-28T21-35-14Z branch 2 times, most recently from c366fb9 to c2c2a91 Compare January 10, 2024 21:41
@frol frol force-pushed the release-plz-2023-11-28T21-35-14Z branch from c2c2a91 to d58cae6 Compare January 16, 2024 19:57
Signed-off-by: Vlad Frolov <304265+frol@users.noreply.github.com>
@frol frol force-pushed the release-plz-2023-11-28T21-35-14Z branch from d58cae6 to 317ce27 Compare January 16, 2024 20:59
@frol frol merged commit 5d340f2 into master Jan 17, 2024
13 checks passed
@frol frol deleted the release-plz-2023-11-28T21-35-14Z branch January 17, 2024 14:18
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.

1 participant