diff --git a/Cargo.lock b/Cargo.lock index 2adf659..1351c1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "near-sandbox-utils" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anyhow", "binary-install", diff --git a/crate/CHANGELOG.md b/crate/CHANGELOG.md index b95bea8..4146694 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.13.0](https://github.com/near/near-sandbox/compare/v0.12.0...v0.13.0) - 2024-12-17 + +### Other + +- [**breaking**] updates near-sandbox to nearcore 2.4.0 (#106) + ## [0.12.0](https://github.com/near/near-sandbox/compare/v0.11.0...v0.12.0) - 2024-11-15 ### Other diff --git a/crate/Cargo.toml b/crate/Cargo.toml index 15d3d32..2c0f6de 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-sandbox-utils" -version = "0.12.0" +version = "0.13.0" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/near/sandbox"