Skip to content

Commit

Permalink
chore: release v0.9.0 (#311)
Browse files Browse the repository at this point in the history
## 🤖 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
```

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.9.0](v0.8.1...v0.9.0)
- 2024-04-22

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

### Other
- Updated "interactive_clap" to 0.2.10 ("flatten" parameter changed to
"subargs") ([#322](#322))
- fix typos ([#318](#318))
- update `near-ledger` to `0.5.0`
([#309](#309))
- Upgraded `inquire` crate to use CustomType inputs where initial value
is needed ([#310](#310))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: Vlad <304265+frol@users.noreply.github.com>
Co-authored-by: Vlad <304265+frol@users.noreply.github.com>
  • Loading branch information
frol and frol committed Apr 23, 2024
1 parent 0e5f34c commit 8266f8c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/near/near-cli-rs/compare/v0.8.1...v0.9.0) - 2024-04-22

### Added
- Highlight the re-run command to make it more prominent ([#317](https://github.com/near/near-cli-rs/pull/317))
- Added ability to select contract function from NEAR ABI functions ([#314](https://github.com/near/near-cli-rs/pull/314))
- Added the ability to output a signed transaction (serialized as base64) to a file ([#313](https://github.com/near/near-cli-rs/pull/313))

### Other
- Updated "interactive_clap" to 0.2.10 ("flatten" parameter changed to "subargs") ([#322](https://github.com/near/near-cli-rs/pull/322))
- fix typos ([#318](https://github.com/near/near-cli-rs/pull/318))
- update `near-ledger` to `0.5.0` ([#309](https://github.com/near/near-cli-rs/pull/309))
- Upgraded `inquire` crate to use CustomType inputs where initial value is needed ([#310](https://github.com/near/near-cli-rs/pull/310))

## [0.8.1](https://github.com/near/near-cli-rs/compare/v0.8.0...v0.8.1) - 2024-02-26

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-cli-rs"
version = "0.8.1"
version = "0.9.0"
authors = ["FroVolod <frol_off@meta.ua>", "Near Inc <hello@nearprotocol.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 8266f8c

Please sign in to comment.