From 6bb85e523f71f1853aedf9f1f8d6fbd50a9d8a24 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Fri, 5 Jul 2024 15:27:47 +0200 Subject: [PATCH] chore: release near-sandbox-rs v0.9.0 (#86) --- Cargo.lock | 2 +- crate/CHANGELOG.md | 8 ++++++++ crate/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d49cb17..3ae0740 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "near-sandbox-utils" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "binary-install", diff --git a/crate/CHANGELOG.md b/crate/CHANGELOG.md index 5ed1b1c..841bca5 100644 --- a/crate/CHANGELOG.md +++ b/crate/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0](https://github.com/near/near-sandbox/compare/v0.8.0...v0.9.0) - 2024-07-05 + +### Added +- Avoid different versions of near-sandbox binaries collision ([#72](https://github.com/near/near-sandbox/pull/72)) + +### Other +- Updated the default neard version to 1.40.0 ([#85](https://github.com/near/near-sandbox/pull/85)) + ## [0.8.0](https://github.com/near/near-sandbox/compare/v0.7.0...v0.8.0) - 2024-06-11 ### Added diff --git a/crate/Cargo.toml b/crate/Cargo.toml index c85330e..9fc9117 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-sandbox-utils" -version = "0.8.0" +version = "0.9.0" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/near/sandbox"