From 7aac1ece731cf6593ba3ab42e898469441405d92 Mon Sep 17 00:00:00 2001 From: Milosz Muszynski Date: Mon, 30 Sep 2024 17:24:45 +0200 Subject: [PATCH] piecrust: bump version to 0.25.0 --- piecrust/CHANGELOG.md | 5 ++++- piecrust/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/piecrust/CHANGELOG.md b/piecrust/CHANGELOG.md index 9d59b27c..9301572f 100644 --- a/piecrust/CHANGELOG.md +++ b/piecrust/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.0] - 2024-09-30 + ### Changed - Improved commit writing time [#388] @@ -513,7 +515,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/dusk-network/piecrust/compare/piecrust-0.24.0...HEAD +[Unreleased]: https://github.com/dusk-network/piecrust/compare/piecrust-0.25.0...HEAD +[0.25.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.24.0...piecrust-0.25.0 [0.24.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.23.0...piecrust-0.24.0 [0.23.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.22.0...piecrust-0.23.0 [0.22.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.21.0...piecrust-0.22.0 diff --git a/piecrust/Cargo.toml b/piecrust/Cargo.toml index 88b86ce1..e78b3876 100644 --- a/piecrust/Cargo.toml +++ b/piecrust/Cargo.toml @@ -7,7 +7,7 @@ categories = ["wasm", "no-std", "cryptography::cryptocurrencies"] keywords = ["virtual", "machine", "smart", "contract", "wasm"] repository = "https://github.com/dusk-network/piecrust" -version = "0.24.0" +version = "0.25.0" edition = "2021" license = "MPL-2.0"