Skip to content

Commit

Permalink
chore: release v0.5.1 (#124)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `cargo-near`: 0.5.0 -> 0.5.1 (✓ API compatible changes)

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

<blockquote>

##
[0.5.1](cargo-near-v0.5.0...cargo-near-v0.5.1)
- 2024-01-25

### Other
- Upgraded NEAR crates to 0.20.0 release
([#125](#125))
- Updated binary releases pipeline to use cargo-dist v0.7.2 (previously
v0.3.0) ([#122](#122))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: Vlad <[email protected]>
Co-authored-by: Vlad <[email protected]>
  • Loading branch information
frol and frol authored Jan 25, 2024
1 parent ef3634a commit e9ce6eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions cargo-near/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1](https://github.com/near/cargo-near/compare/cargo-near-v0.5.0...cargo-near-v0.5.1) - 2024-01-25

### Other
- Upgraded NEAR crates to 0.20.0 release ([#125](https://github.com/near/cargo-near/pull/125))
- Updated binary releases pipeline to use cargo-dist v0.7.2 (previously v0.3.0) ([#122](https://github.com/near/cargo-near/pull/122))

## [0.5.0](https://github.com/near/cargo-near/compare/cargo-near-v0.4.1...cargo-near-v0.5.0) - 2023-11-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion cargo-near/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-near"
version = "0.5.0"
version = "0.5.1"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
rust-version = "1.72.0"
Expand Down

0 comments on commit e9ce6eb

Please sign in to comment.