From cda47dd6f019d59ba56ed4a897d38f82ea501a46 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Sun, 14 Apr 2024 13:04:34 +0200 Subject: [PATCH] chore: release v0.6.2 (#149) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `cargo-near`: 0.6.1 -> 0.6.2 (✓ API compatible changes)
Changelog

## [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))

--- 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> --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 4 ++-- cargo-near/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 006ea896..804fe644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 360e3789..65c45046 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -770,7 +770,7 @@ dependencies = [ [[package]] name = "cargo-near" -version = "0.6.1" +version = "0.6.2" dependencies = [ "atty", "bs58 0.4.0", @@ -808,7 +808,7 @@ version = "0.1.0" dependencies = [ "borsh 1.3.1", "camino", - "cargo-near 0.6.1", + "cargo-near 0.6.2", "color-eyre", "const_format", "function_name", diff --git a/cargo-near/Cargo.toml b/cargo-near/Cargo.toml index d12eeb68..ade6ce1a 100644 --- a/cargo-near/Cargo.toml +++ b/cargo-near/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-near" -version = "0.6.1" +version = "0.6.2" authors = ["Near Inc "] edition = "2021" rust-version = "1.74.0"