Skip to content

Commit

Permalink
chore: release v0.11.1 (#354)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `near-cli-rs`: 0.11.0 -> 0.11.1

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

<blockquote>

##
[0.11.1](v0.11.0...v0.11.1)
- 2024-07-01

### Added
- Added loading indicators for "contract" group commands
([#357](#357))
- Added loading indicators for "staking" group commands
([#356](#356))
- Added loading indicators for "tokens" group commands
([#355](#355))
- Added loading indicators for "accounts" group commands
([#352](#352))

### Other
- replace `ed25519-dalek` 1 -> 2 major version
([#359](#359))
</blockquote>


</p></details>

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

## [Unreleased]

## [0.11.1](https://github.com/near/near-cli-rs/compare/v0.11.0...v0.11.1) - 2024-07-01

### Added
- Added loading indicators for "contract" group commands ([#357](https://github.com/near/near-cli-rs/pull/357))
- Added loading indicators for "staking" group commands ([#356](https://github.com/near/near-cli-rs/pull/356))
- Added loading indicators for "tokens" group commands ([#355](https://github.com/near/near-cli-rs/pull/355))
- Added loading indicators for "accounts" group commands ([#352](https://github.com/near/near-cli-rs/pull/352))

### Other
- replace `ed25519-dalek` 1 -> 2 major version ([#359](https://github.com/near/near-cli-rs/pull/359))

## [0.11.0](https://github.com/near/near-cli-rs/compare/v0.10.2...v0.11.0) - 2024-06-19

### Added
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.11.0"
version = "0.11.1"
authors = ["FroVolod <[email protected]>", "Near Inc <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit c0d5f91

Please sign in to comment.