From dd618a92812a2d3dff438b4a8cfd084786813d31 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Tue, 11 Jun 2024 15:27:30 +0200 Subject: [PATCH] release: crate v0.8.0 --- Cargo.lock | 2 +- crate/CHANGELOG.md | 2 +- crate/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 987e9b0..ef9bb94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ dependencies = [ [[package]] name = "near-sandbox-utils" -version = "0.7.1" +version = "0.8.0" dependencies = [ "anyhow", "binary-install", diff --git a/crate/CHANGELOG.md b/crate/CHANGELOG.md index 9893516..5ed1b1c 100644 --- a/crate/CHANGELOG.md +++ b/crate/CHANGELOG.md @@ -6,7 +6,7 @@ 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 +## [0.8.0](https://github.com/near/near-sandbox/compare/v0.7.0...v0.8.0) - 2024-06-11 ### Added - Update default nearcore version to v1.38.0 ([#81](https://github.com/near/near-sandbox/pull/81)) diff --git a/crate/Cargo.toml b/crate/Cargo.toml index dbdd589..8ae6d48 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-sandbox-utils" -version = "0.7.1" +version = "0.8.0" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/near/sandbox"