Skip to content

Commit

Permalink
chore: release v0.7.8 (#292)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `near-cli-rs`: 0.7.7 -> 0.7.8 (✓ API compatible changes)

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

<blockquote>

## [0.7.8](v0.7.7...v0.7.8)
- 2024-02-03

### Other
- Updated binary releases pipeline to use cargo-dist v0.9.0 (previously
v0.7.2) ([#294](#294))
- Updated send-ft command
([#283](#283))
</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 3, 2024
1 parent 168008c commit 824d72d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Other
- Updated binary releases pipeline to use cargo-dist v0.9.0 (previously v0.7.2) ([#294](/~https://github.com/near/near-cli-rs/pull/294))
- Updated send-ft command ([#283](/~https://github.com/near/near-cli-rs/pull/283))

## [0.7.7](/~https://github.com/near/near-cli-rs/compare/v0.7.6...v0.7.7) - 2024-01-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.7.7"
version = "0.7.8"
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 824d72d

Please sign in to comment.