From 5839bd32a1f34845989fa139873151ac9e6c7288 Mon Sep 17 00:00:00 2001
From: Vlad Frolov
Date: Fri, 23 Feb 2024 02:14:12 +0100
Subject: [PATCH] chore: release v0.6.1 (#133)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `cargo-near`: 0.6.0 -> 0.6.1 (✓ API compatible changes)
Changelog
##
[0.6.1](https://github.com/near/cargo-near/compare/cargo-near-v0.6.0...cargo-near-v0.6.1)
- 2024-02-23
### Other
- Updated near-sdk-rs to version 5.0.0 for the new projects
([#132](https://github.com/near/cargo-near/pull/132))
---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
---
CHANGELOG.md | 5 +++++
Cargo.lock | 4 ++--
cargo-near/Cargo.toml | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4eeb5658..006ea896 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.6.1](https://github.com/near/cargo-near/compare/cargo-near-v0.6.0...cargo-near-v0.6.1) - 2024-02-23
+
+### Other
+- Updated near-sdk-rs to version 5.0.0 for the new projects ([#132](https://github.com/near/cargo-near/pull/132))
+
## [0.6.0](https://github.com/near/cargo-near/compare/cargo-near-v0.5.2...cargo-near-v0.6.0) - 2024-02-03
### Added
diff --git a/Cargo.lock b/Cargo.lock
index b86b63bd..f747edaa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -770,7 +770,7 @@ dependencies = [
[[package]]
name = "cargo-near"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"atty",
"bs58 0.4.0",
@@ -808,7 +808,7 @@ version = "0.1.0"
dependencies = [
"borsh 1.3.1",
"camino",
- "cargo-near 0.6.0",
+ "cargo-near 0.6.1",
"color-eyre",
"const_format",
"function_name",
diff --git a/cargo-near/Cargo.toml b/cargo-near/Cargo.toml
index 6c10172b..0ea6ad1f 100644
--- a/cargo-near/Cargo.toml
+++ b/cargo-near/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-near"
-version = "0.6.0"
+version = "0.6.1"
authors = ["Near Inc "]
edition = "2021"
rust-version = "1.72.0"