From 1a10a97ebc047a1d9e6a1293cecf3f0260d3b784 Mon Sep 17 00:00:00 2001
From: Vlad Frolov
Date: Thu, 17 Oct 2024 15:02:42 +0200
Subject: [PATCH] chore(cargo-near): release v0.10.1 (#233)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `cargo-near`: 0.10.0 -> 0.10.1 (✓ API compatible changes)
Changelog
## `cargo-near`
##
[0.10.1](https://github.com/near/cargo-near/compare/cargo-near-v0.10.0...cargo-near-v0.10.1)
- 2024-10-17
### Other
- update Docker image reference in new command template with cargo-near
0.10.0 and Rust 1.82.0
([#232](https://github.com/near/cargo-near/pull/232))
---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
---
CHANGELOG.md | 6 ++++++
Cargo.lock | 2 +-
cargo-near/Cargo.toml | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6101fcc..f3ca9813 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.10.1](https://github.com/near/cargo-near/compare/cargo-near-v0.10.0...cargo-near-v0.10.1) - 2024-10-17
+
+### Other
+
+- update Docker image reference in new command template with cargo-near 0.10.0 and Rust 1.82.0 ([#232](https://github.com/near/cargo-near/pull/232))
+
## [0.10.0](https://github.com/near/cargo-near/compare/cargo-near-v0.9.0...cargo-near-v0.10.0) - 2024-10-16
### Added
diff --git a/Cargo.lock b/Cargo.lock
index d4fffeca..4d18d3ca 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -450,7 +450,7 @@ dependencies = [
[[package]]
name = "cargo-near"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"base64 0.22.1",
"cargo-near-build 0.2.0",
diff --git a/cargo-near/Cargo.toml b/cargo-near/Cargo.toml
index c152808e..22d7e0fa 100644
--- a/cargo-near/Cargo.toml
+++ b/cargo-near/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-near"
-version = "0.10.0"
+version = "0.10.1"
authors = ["Near Inc "]
edition = "2021"
rust-version = "1.78.0"