Skip to content

Commit

Permalink
chore: release v0.8.0 (#295)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `near-cli-rs`: 0.7.8 -> 0.8.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.28.0/src/lints/enum_variant_added.ron

Failed in:
  variant ContractActionsDiscriminants:Inspect in /tmp/.tmpCcWnr1/near-cli-rs/src/commands/contract/mod.rs:35
  variant ContractActionsDiscriminants:DownloadAbi in /tmp/.tmpCcWnr1/near-cli-rs/src/commands/contract/mod.rs:38
  variant ContractActionsDiscriminants:Inspect in /tmp/.tmpCcWnr1/near-cli-rs/src/commands/contract/mod.rs:35
  variant ContractActionsDiscriminants:DownloadAbi in /tmp/.tmpCcWnr1/near-cli-rs/src/commands/contract/mod.rs:38
  variant CliContractActions:Inspect in /tmp/.tmpCcWnr1/near-cli-rs/src/commands/contract/mod.rs:17
  variant CliContractActions:DownloadAbi in /tmp/.tmpCcWnr1/near-cli-rs/src/commands/contract/mod.rs:17
```

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

<blockquote>

## [0.8.0](v0.7.8...v0.8.0)
- 2024-02-19

### Added
- Added `inspect` and `download-abi` commands for contracts!
([#293](#293))

### Fixed
- Fixed incorrect serialization in staking delegation commands that
required to input amounts
([#300](#300))
- Fixed a syntax error in CI (publish-to-npm.yml)
</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 authored Feb 19, 2024
1 parent 42a0751 commit 7b89ce3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0](https://github.com/near/near-cli-rs/compare/v0.7.8...v0.8.0) - 2024-02-19

### Added
- Added `inspect` and `download-abi` commands for contracts! ([#293](https://github.com/near/near-cli-rs/pull/293))

### Fixed
- Fixed incorrect serialization in staking delegation commands that required to input amounts ([#300](https://github.com/near/near-cli-rs/pull/300))
- Fixed a syntax error in CI (publish-to-npm.yml)

## [0.7.8](https://github.com/near/near-cli-rs/compare/v0.7.7...v0.7.8) - 2024-02-03

### Other
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.7.8"
version = "0.8.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 7b89ce3

Please sign in to comment.