Skip to content

Commit a26017a

Browse files
authored
chore: release v0.13.0 (#108)
1 parent 04aa5ca commit a26017a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crate/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.13.0](https://github.com/near/near-sandbox/compare/v0.12.0...v0.13.0) - 2024-12-17
10+
11+
### Other
12+
13+
- [**breaking**] updates near-sandbox to nearcore 2.4.0 (#106)
14+
915
## [0.12.0](https://github.com/near/near-sandbox/compare/v0.11.0...v0.12.0) - 2024-11-15
1016

1117
### Other

crate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "near-sandbox-utils"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/near/sandbox"

0 commit comments

Comments
 (0)