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 v0.7.0 #254

Merged
merged 1 commit into from
Oct 31, 2023
Merged

chore: release v0.7.0 #254

merged 1 commit into from
Oct 31, 2023

Conversation

frol
Copy link
Collaborator

@frol frol commented Oct 30, 2023

🤖 New release

  • near-cli-rs: 0.6.2 -> 0.7.0 (⚠️ API breaking changes)

⚠️ near-cli-rs breaking changes

--- 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.24.2/src/lints/enum_variant_added.ron

Failed in:
  variant TopLevelCommandDiscriminants:Staking in /tmp/.tmpLUH3fF/near-cli-rs/src/commands/mod.rs:33
  variant TopLevelCommandDiscriminants:Staking in /tmp/.tmpLUH3fF/near-cli-rs/src/commands/mod.rs:33
  variant CliTopLevelCommand:Staking in /tmp/.tmpLUH3fF/near-cli-rs/src/commands/mod.rs:14

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.24.2/src/lints/function_parameter_count_changed.ron

Failed in:
  near_cli_rs::common::display_account_info now takes 7 parameters instead of 6, in /tmp/.tmpLUH3fF/near-cli-rs/src/common.rs:1530

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.24.2/src/lints/inherent_method_missing.ron

Failed in:
  TransferAmount::to_yoctonear, previously in file /tmp/.tmpH9VITc/near-cli-rs/src/common.rs:108
Changelog

0.7.0 - 2023-10-31

Added

  • New command: staking - delegation (#227)

Other

  • Refactored NEAR tokens usages to use a strictly typed near-token crate (#253)


This PR was generated with release-plz.

Signed-off-by: Vlad Frolov <[email protected]>
@frol frol force-pushed the release-plz/2023-10-30T07-30-26Z branch from 75c2b3f to b3e6554 Compare October 31, 2023 01:38
@frol frol merged commit dd82e7b into master Oct 31, 2023
16 checks passed
@frol frol deleted the release-plz/2023-10-30T07-30-26Z branch October 31, 2023 10:37
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