Skip to content

Commit

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

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

<blockquote>

##
[0.11.0](v0.10.2...v0.11.0)
- 2024-06-19

### Added
- Added loading indicators to wait for the view-account-summary command
([#349](#349))
- Added loading indicators to wait for the create-account
(sponsor-by-faucet-service) command
([#339](#339))

### Fixed
- Do not fail view-account-summary command if we could not retrieve
access keys list ([#344](#344))

### Other
- [**breaking**] upgraded near-dependencies to the 0.23 version
([#350](#350))
- Provide instructions that help to resolve a problem with missing
keychain ([#347](#347))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
frol authored Jun 20, 2024
1 parent 543ebab commit f36b8de
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.11.0](https://github.com/near/near-cli-rs/compare/v0.10.2...v0.11.0) - 2024-06-19

### Added
- Added loading indicators to wait for the view-account-summary command ([#349](https://github.com/near/near-cli-rs/pull/349))
- Added loading indicators to wait for the create-account (sponsor-by-faucet-service) command ([#339](https://github.com/near/near-cli-rs/pull/339))

### Fixed
- Do not fail view-account-summary command if we could not retrieve access keys list ([#344](https://github.com/near/near-cli-rs/pull/344))

### Other
- [**breaking**] upgraded near-dependencies to the 0.23 version ([#350](https://github.com/near/near-cli-rs/pull/350))
- Provide instructions that help to resolve a problem with missing keychain ([#347](https://github.com/near/near-cli-rs/pull/347))

## [0.10.2](https://github.com/near/near-cli-rs/compare/v0.10.1...v0.10.2) - 2024-05-21

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

0 comments on commit f36b8de

Please sign in to comment.