From 2ac9538e0596f6c995b0c146e29f912a5fe5d4ca Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Thu, 19 Dec 2024 16:48:32 +0100 Subject: [PATCH] chore(cargo-near): release v0.13.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- cargo-near/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e8db97e..cc0b2c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.2](https://github.com/near/cargo-near/compare/cargo-near-v0.13.1...cargo-near-v0.13.2) - 2024-12-19 + +### Other + +- near-* crates to 0.28 (#279) +- update `cargo near new` template `image` and `image_digest` ([#273](https://github.com/near/cargo-near/pull/273)) + ## [0.13.1](https://github.com/near/cargo-near/compare/cargo-near-v0.13.0...cargo-near-v0.13.1) - 2024-12-18 ### Other diff --git a/Cargo.lock b/Cargo.lock index 2ef43aa4..8e3d0b78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ dependencies = [ [[package]] name = "cargo-near" -version = "0.13.1" +version = "0.13.2" dependencies = [ "base64 0.22.1", "cargo-near-build", diff --git a/cargo-near/Cargo.toml b/cargo-near/Cargo.toml index b97173eb..b498033a 100644 --- a/cargo-near/Cargo.toml +++ b/cargo-near/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-near" -version = "0.13.1" +version = "0.13.2" authors = ["Near Inc "] edition = "2021" rust-version = "1.81.0"