Skip to content

Commit

Permalink
chore: release v0.6.2 (#149)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `cargo-near`: 0.6.1 -> 0.6.2 (✓ API compatible changes)

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

<blockquote>

##
[0.6.2](cargo-near-v0.6.1...cargo-near-v0.6.2)
- 2024-04-14

### Added
- Updated new project template with near-sdk-rs 5.1.0
([#143](#143))

### Fixed
- Support nixOS - decouple cargo-near from rustup
([#146](#146))
</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 Apr 14, 2024
1 parent 7aa61d0 commit cda47dd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.2](https://github.com/near/cargo-near/compare/cargo-near-v0.6.1...cargo-near-v0.6.2) - 2024-04-14

### Added
- Updated new project template with near-sdk-rs 5.1.0 ([#143](https://github.com/near/cargo-near/pull/143))

### Fixed
- Support nixOS - decouple cargo-near from rustup ([#146](https://github.com/near/cargo-near/pull/146))

## [0.6.1](https://github.com/near/cargo-near/compare/cargo-near-v0.6.0...cargo-near-v0.6.1) - 2024-02-23

### Other
Expand Down
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.

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.6.1"
version = "0.6.2"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
rust-version = "1.74.0"
Expand Down

0 comments on commit cda47dd

Please sign in to comment.