From 9fc390f4fc49d6f4e6ac498560ca660af2642c50 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Fri, 15 Nov 2024 21:46:29 +0700 Subject: [PATCH] chore: release v0.12.0 (#105) * chore: release v0.11.1 * updated version to 0.12 --------- Co-authored-by: akorchyn --- Cargo.lock | 2 +- crate/CHANGELOG.md | 6 ++++++ crate/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e4d859..2adf659 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "near-sandbox-utils" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "binary-install", diff --git a/crate/CHANGELOG.md b/crate/CHANGELOG.md index 41b6514..b95bea8 100644 --- a/crate/CHANGELOG.md +++ b/crate/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.0](https://github.com/near/near-sandbox/compare/v0.11.0...v0.12.0) - 2024-11-15 + +### Other + +- Updated near-sandbox version to 2.3.1 version ([#103](https://github.com/near/near-sandbox/pull/103)) + ## [0.11.0](https://github.com/near/near-sandbox/compare/v0.10.0...v0.11.0) - 2024-09-06 ### Other diff --git a/crate/Cargo.toml b/crate/Cargo.toml index 7d149fb..15d3d32 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-sandbox-utils" -version = "0.11.0" +version = "0.12.0" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/near/sandbox"