From 864785cbe9e7e88409cfb41ba0807c7f9918cd02 Mon Sep 17 00:00:00 2001 From: moana Date: Wed, 14 Aug 2024 17:03:06 +0200 Subject: [PATCH] Bump to v0.20.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5454b74c..7842ba07 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.20.0] - 2024-08-14 + ### Changed - Modify the prover to match the paper [#831] @@ -716,7 +718,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.19.2...HEAD +[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.20.0...HEAD +[0.20.0]: https://github.com/dusk-network/plonk/compare/v0.19.2...v0.20.0 [0.19.2]: https://github.com/dusk-network/plonk/compare/v0.19.1...v0.19.2 [0.19.1]: https://github.com/dusk-network/plonk/compare/v0.19.0...v0.19.1 [0.19.0]: https://github.com/dusk-network/plonk/compare/v0.18.0...v0.19.0 diff --git a/Cargo.toml b/Cargo.toml index aee1399e..e9462f54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-plonk" -version = "0.19.2" +version = "0.20.0" categories =["algorithms", "cryptography", "science", "mathematics"] edition = "2021" keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]