From 6121cf92522336e3271de82fa07cbfd4beb45754 Mon Sep 17 00:00:00 2001 From: Demilade Sonuga Date: Thu, 6 Feb 2025 13:03:40 +0100 Subject: [PATCH] Bump version to `0.21.0` --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7929306..668f627e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.0] - 2025-02-06 + ### Changed - Change dependency `dusk-bls12_381` to 0.14 @@ -736,7 +738,8 @@ is necessary since `rkyv/validation` was required as a bound. [#282]: https://github.com/dusk-network/plonk/issues/282 -[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.20.3...HEAD +[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.21.0...HEAD +[0.21.0]: https://github.com/dusk-network/plonk/compare/v0.20.3...v0.21.0 [0.20.3]: https://github.com/dusk-network/plonk/compare/v0.20.2...v0.20.3 [0.20.2]: https://github.com/dusk-network/plonk/compare/v0.20.0...v0.20.2 [0.20.0]: https://github.com/dusk-network/plonk/compare/v0.19.2...v0.20.0 diff --git a/Cargo.toml b/Cargo.toml index 2548d6d2..d49378b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-plonk" -version = "0.20.3" +version = "0.21.0" categories =["algorithms", "cryptography", "science", "mathematics"] edition = "2021" keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]