From 58c3103269c5f3462985c72badb28f3f2c1f110e Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Thu, 15 Aug 2024 16:32:16 +0200 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- crate/CHANGELOG.md | 5 +++++ crate/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ae0740..4d2be0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "near-sandbox-utils" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "binary-install", diff --git a/crate/CHANGELOG.md b/crate/CHANGELOG.md index 841bca5..077f28a 100644 --- a/crate/CHANGELOG.md +++ b/crate/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.0](https://github.com/near/near-sandbox/compare/v0.9.0...v0.10.0) - 2024-08-15 + +### Other +- [**breaking**] updated neard to 2.0.0 ([#88](https://github.com/near/near-sandbox/pull/88)) + ## [0.9.0](https://github.com/near/near-sandbox/compare/v0.8.0...v0.9.0) - 2024-07-05 ### Added diff --git a/crate/Cargo.toml b/crate/Cargo.toml index 9fc9117..c10f252 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-sandbox-utils" -version = "0.9.0" +version = "0.10.0" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/near/sandbox"