From 15b3cebf9088641b4f951f376e54b9cbb57c8024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Wed, 24 Apr 2024 15:54:10 +0200 Subject: [PATCH] piecrust: bump version to `0.18.1` --- 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 04c995ff..3a314a2b 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.18.1] - 2024-04-24 + ### Changed - Upgrade `dusk-wasmtime` to version `20` @@ -444,7 +446,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.18.0...HEAD +[Unreleased]: https://github.com/dusk-network/piecrust/compare/piecrust-0.18.1...HEAD +[0.18.1]: https://github.com/dusk-network/piecrust/compare/piecrust-0.18.0...piecrust-0.18.1 [0.18.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.17.0...piecrust-0.18.0 [0.17.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.16.0...piecrust-0.17.0 [0.16.0]: https://github.com/dusk-network/piecrust/compare/piecrust-0.15.0...piecrust-0.16.0 diff --git a/piecrust/Cargo.toml b/piecrust/Cargo.toml index a2b773c4..636f58d1 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.18.0" +version = "0.18.1" edition = "2021" license = "MPL-2.0"