From ee1adfff8df5721e1ddd85c01dffe0694a278cee Mon Sep 17 00:00:00 2001
From: Vlad Frolov
Date: Fri, 22 Nov 2024 16:02:32 +0700
Subject: [PATCH] chore(cargo-near): release v0.12.2 (#254)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `cargo-near`: 0.12.1 -> 0.12.2 (✓ API compatible changes)
Changelog
## `cargo-near`
##
[0.12.2](https://github.com/near/cargo-near/compare/cargo-near-v0.12.1...cargo-near-v0.12.2)
- 2024-11-20
### Other
- update `cargo near new` template `image` and `image_digest`
([#253](https://github.com/near/cargo-near/pull/253))
---
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 051126ca..67423c23 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.12.2](https://github.com/near/cargo-near/compare/cargo-near-v0.12.1...cargo-near-v0.12.2) - 2024-11-20
+
+### Other
+
+- update `cargo near new` template `image` and `image_digest` ([#253](https://github.com/near/cargo-near/pull/253))
+
## [0.12.1](https://github.com/near/cargo-near/compare/cargo-near-v0.12.0...cargo-near-v0.12.1) - 2024-11-19
### Other
diff --git a/Cargo.lock b/Cargo.lock
index a42afa10..14c9bbfd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -482,7 +482,7 @@ dependencies = [
[[package]]
name = "cargo-near"
-version = "0.12.1"
+version = "0.12.2"
dependencies = [
"base64 0.22.1",
"cargo-near-build",
diff --git a/cargo-near/Cargo.toml b/cargo-near/Cargo.toml
index a93bd2cd..48eda3d1 100644
--- a/cargo-near/Cargo.toml
+++ b/cargo-near/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-near"
-version = "0.12.1"
+version = "0.12.2"
authors = ["Near Inc "]
edition = "2021"
rust-version = "1.80.0"