Skip to content

chore: release v0.18.0#432

Merged
akorchyn merged 1 commit intomainfrom
release-plz-2024-12-23T11-50-06Z
Jan 20, 2025
Merged

chore: release v0.18.0#432
akorchyn merged 1 commit intomainfrom
release-plz-2024-12-23T11-50-06Z

Conversation

@frol
Copy link
Collaborator

@frol frol commented Dec 23, 2024

🤖 New release

  • near-cli-rs: 0.17.0 -> 0.18.0 (⚠️ API breaking changes)

⚠️ near-cli-rs breaking changes

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant AccountActionsDiscriminants::AddKey 7 -> 8 in /tmp/.tmpU4QdIS/near-cli-rs/src/commands/account/mod.rs:68
  variant AccountActionsDiscriminants::DeleteKeys 8 -> 9 in /tmp/.tmpU4QdIS/near-cli-rs/src/commands/account/mod.rs:73
  variant AccountActionsDiscriminants::ManageStorageDeposit 9 -> 10 in /tmp/.tmpU4QdIS/near-cli-rs/src/commands/account/mod.rs:78
  variant AccountActionsDiscriminants::AddKey 7 -> 8 in /tmp/.tmpU4QdIS/near-cli-rs/src/commands/account/mod.rs:68
  variant AccountActionsDiscriminants::DeleteKeys 8 -> 9 in /tmp/.tmpU4QdIS/near-cli-rs/src/commands/account/mod.rs:73
  variant AccountActionsDiscriminants::ManageStorageDeposit 9 -> 10 in /tmp/.tmpU4QdIS/near-cli-rs/src/commands/account/mod.rs:78

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/enum_variant_added.ron

Failed in:
  variant AccountActionsDiscriminants:GetPublicKey in /tmp/.tmpU4QdIS/near-cli-rs/src/commands/account/mod.rs:63
  variant AccountActionsDiscriminants:GetPublicKey in /tmp/.tmpU4QdIS/near-cli-rs/src/commands/account/mod.rs:63
  variant CliAccountActions:GetPublicKey in /tmp/.tmpU4QdIS/near-cli-rs/src/commands/account/mod.rs:24
Changelog

0.18.0 - 2025-01-20

Added

Other


This PR was generated with release-plz.

@frol frol force-pushed the release-plz-2024-12-23T11-50-06Z branch from b5e3131 to 2db062d Compare December 25, 2024 01:49
@frol frol changed the title chore: release v0.17.1 chore: release v0.18.0 Jan 20, 2025
@frol frol force-pushed the release-plz-2024-12-23T11-50-06Z branch from 2db062d to 4b528b4 Compare January 20, 2025 12:49
@frol frol force-pushed the release-plz-2024-12-23T11-50-06Z branch from 4b528b4 to 9710372 Compare January 20, 2025 13:03
@akorchyn akorchyn merged commit 4287b2e into main Jan 20, 2025
11 checks passed
@akorchyn akorchyn deleted the release-plz-2024-12-23T11-50-06Z branch January 20, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Shipped 🚀

Development

Successfully merging this pull request may close these issues.

2 participants