Skip to content

Commit

Permalink
chore: release v0.10.1 (#334)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `near-cli-rs`: 0.10.0 -> 0.10.1 (⚠️ minor 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-checks/tree/v0.31.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field NetworkConfig.coingecko_url in /tmp/.tmpFTfx79/near-cli-rs/src/config/mod.rs:143

--- failure function_missing: pub fn removed or renamed ---

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

Failed in:
  function near_cli_rs::common::fetch_validators_api, previously in file /tmp/.tmpek4jqM/near-cli-rs/src/common.rs:1471
  function near_cli_rs::common::handler_invalid_tx_error, previously in file /tmp/.tmpek4jqM/near-cli-rs/src/common.rs:1000
  function near_cli_rs::common::print_action_error, previously in file /tmp/.tmpek4jqM/near-cli-rs/src/common.rs:861
  function near_cli_rs::common::print_transaction_error, previously in file /tmp/.tmpek4jqM/near-cli-rs/src/common.rs:1126
  function near_cli_rs::common::fetch_validators_rpc, previously in file /tmp/.tmpek4jqM/near-cli-rs/src/common.rs:1493
```

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

<blockquote>

##
[0.10.1](v0.10.0...v0.10.1)
- 2024-05-07

### Added
- Display the transaction fee in NEAR and approximate $ after
transaction is executed
([#333](#333))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
frol authored May 8, 2024
1 parent 21001b6 commit 59deda0
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 96 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.1](https://github.com/near/near-cli-rs/compare/v0.10.0...v0.10.1) - 2024-05-07

### Added
- Display the transaction fee in NEAR and approximate $ after transaction is executed ([#333](https://github.com/near/near-cli-rs/pull/333))

## [0.10.0](https://github.com/near/near-cli-rs/compare/v0.9.1...v0.10.0) - 2024-05-03

### Added
Expand Down
Loading

0 comments on commit 59deda0

Please sign in to comment.