From 1f8f781856c08c70a08fec5483c7950e5a9036da Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Mon, 1 Apr 2024 12:01:32 +0200 Subject: [PATCH] chore: release v0.7.1 (#75) --- Cargo.lock | 2 +- crate/CHANGELOG.md | 16 ++++++++++++++++ crate/Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a15ba80..987e9b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ dependencies = [ [[package]] name = "near-sandbox-utils" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "binary-install", diff --git a/crate/CHANGELOG.md b/crate/CHANGELOG.md index 37238ab..9893516 100644 --- a/crate/CHANGELOG.md +++ b/crate/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1](https://github.com/near/near-sandbox/compare/v0.7.0...v0.7.1) - 2024-04-01 + +### Added +- Update default nearcore version to v1.38.0 ([#81](https://github.com/near/near-sandbox/pull/81)) + +## [0.7.0](https://github.com/near/near-sandbox/compare/v0.6.3...v0.7.0) - 2023-10-04 + +### Added +- use tokio instead of async-process as dependants use tokio runtime anyway ([#68](https://github.com/near/near-sandbox/pull/68)) + +### Fixed +- pin async-process crate ([#66](https://github.com/near/near-sandbox/pull/66)) + +### Other +- use SANDBOX_ARTIFACT_URL ([#74](https://github.com/near/near-sandbox/pull/74)) + ## [0.6.3](https://github.com/near/sandbox/compare/v0.6.2...v0.6.3) - 2023-09-30 ### Added diff --git a/crate/Cargo.toml b/crate/Cargo.toml index 07150df..dbdd589 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-sandbox-utils" -version = "0.7.0" +version = "0.7.1" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/near/sandbox"