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.9.0 #311

Merged
merged 1 commit into from
Apr 23, 2024
Merged

chore: release v0.9.0 #311

merged 1 commit into from
Apr 23, 2024

Conversation

frol
Copy link
Collaborator

@frol frol commented Mar 5, 2024

🤖 New release

  • near-cli-rs: 0.8.1 -> 0.9.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.30.0/src/lints/enum_variant_added.ron

Failed in:
  variant SubmitDiscriminants:SaveToFile in /tmp/.tmpCLIkK6/near-cli-rs/src/transaction_signature_options/mod.rs:75
  variant SubmitDiscriminants:SaveToFile in /tmp/.tmpCLIkK6/near-cli-rs/src/transaction_signature_options/mod.rs:75
  variant CliSubmit:SaveToFile in /tmp/.tmpCLIkK6/near-cli-rs/src/transaction_signature_options/mod.rs:61
  variant Submit:SaveToFile in /tmp/.tmpCLIkK6/near-cli-rs/src/transaction_signature_options/mod.rs:75

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct 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.30.0/src/lints/struct_missing.ron

Failed in:
  struct near_cli_rs::transaction_signature_options::sign_later::InteractiveClapContextScopeForDisplay, previously in file /tmp/.tmprZL0VV/near-cli-rs/src/transaction_signature_options/sign_later/mod.rs:1
  struct near_cli_rs::transaction_signature_options::sign_later::CliDisplay, previously in file /tmp/.tmprZL0VV/near-cli-rs/src/transaction_signature_options/sign_later/mod.rs:1
  struct near_cli_rs::transaction_signature_options::sign_later::Display, previously in file /tmp/.tmprZL0VV/near-cli-rs/src/transaction_signature_options/sign_later/mod.rs:4
  struct near_cli_rs::transaction_signature_options::sign_later::DisplayContext, previously in file /tmp/.tmprZL0VV/near-cli-rs/src/transaction_signature_options/sign_later/mod.rs:17
Changelog

0.9.0 - 2024-04-22

Added

  • Highlight the re-run command to make it more prominent (#317)
  • Added ability to select contract function from NEAR ABI functions (#314)
  • Added the ability to output a signed transaction (serialized as base64) to a file (#313)

Other

  • Updated "interactive_clap" to 0.2.10 ("flatten" parameter changed to "subargs") (#322)
  • fix typos (#318)
  • update near-ledger to 0.5.0 (#309)
  • Upgraded inquire crate to use CustomType inputs where initial value is needed (#310)


This PR was generated with release-plz.

@frol frol force-pushed the release-plz-2024-03-05T22-23-08Z branch from 350e2ce to f941a71 Compare March 14, 2024 11:21
@frol frol changed the title chore: release v0.8.2 chore: release v0.9.0 Mar 18, 2024
@frol frol force-pushed the release-plz-2024-03-05T22-23-08Z branch from f941a71 to 62a1fa2 Compare March 18, 2024 19:55
@frol frol force-pushed the release-plz-2024-03-05T22-23-08Z branch from 62a1fa2 to ee7bc14 Compare March 26, 2024 21:58
@frol frol force-pushed the release-plz-2024-03-05T22-23-08Z branch 2 times, most recently from d3e4a2c to b3056ea Compare April 13, 2024 20:31
Signed-off-by: Vlad <[email protected]>
@frol frol force-pushed the release-plz-2024-03-05T22-23-08Z branch from b3056ea to f627103 Compare April 22, 2024 15:48
@frol frol merged commit 8266f8c into main Apr 23, 2024
9 checks passed
@frol frol deleted the release-plz-2024-03-05T22-23-08Z branch April 23, 2024 08:27
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