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.5.2 #219

Merged
merged 1 commit into from
Aug 17, 2023
Merged

chore: release v0.5.2 #219

merged 1 commit into from
Aug 17, 2023

Conversation

frol
Copy link
Collaborator

@frol frol commented Jun 23, 2023

🤖 New release

  • near-cli-rs: 0.5.1 -> 0.6.0 (⚠️ API breaking changes)

⚠️ near-cli-rs breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-check/tree/v0.22.1/src/lints/constructible_struct_adds_field.ron

Failed in:
  field CliNetwork.wallet_url in /tmp/.tmpPJTc3v/near-cli-rs/src/network/mod.rs:1
  field InteractiveClapContextScopeForNetwork.wallet_url in /tmp/.tmpPJTc3v/near-cli-rs/src/network/mod.rs:1
Changelog

0.6.0 - 2023-08-17

Added

  • Select your account when prompted interactively (#224)
  • Allow to specify a custom Web Wallet URL when importing account (default to MyNearWallet) (#218)

Other

  • Upgrade cargo-dist to 0.1.0 release (#229)


This PR was generated with release-plz.

@frol frol force-pushed the release-plz/2023-06-23T16-54-30Z branch from e475b50 to b397974 Compare July 10, 2023 10:50
@frol frol force-pushed the release-plz/2023-06-23T16-54-30Z branch from b397974 to 0b63d02 Compare August 17, 2023 21:18
@frol frol changed the title chore: release v0.6.0 chore: release v0.5.2 Aug 17, 2023
@frol frol force-pushed the release-plz/2023-06-23T16-54-30Z branch from 0b63d02 to 34a0aad Compare August 17, 2023 21:40
@frol frol merged commit 3cdefa2 into master Aug 17, 2023
8 checks passed
@frol frol deleted the release-plz/2023-06-23T16-54-30Z branch August 17, 2023 21:41
@frol
Copy link
Collaborator Author

frol commented Aug 17, 2023

I decided to release it as 0.5.2 release even though technically it has a small semver breaking change on the API level. near-cli-rs is only used as a crate in bos-cli-rs at the moment, so it should be trivial to upgrade it while users would not be scared with 0.5.1 -> 0.6 upgrade looking like potentially a breaking change to them.

FroVolod pushed a commit that referenced this pull request Aug 18, 2023
Co-authored-by: release-plz <release-plz@github.com>
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