From f1d4dab1e649d6530c8ab5a8533d4de7cfa9cfec Mon Sep 17 00:00:00 2001 From: moana Date: Wed, 13 Dec 2023 11:51:03 +0100 Subject: [PATCH] Bump to v0.18.0 --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b611e064..9566eba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.0] - 2023-12-13 + +### Changed + +- dusk-bls12_381 -> 0.13 +- dusk-jubjub -> 0.14 + ## [0.17.0] - 2023-11-1 ### Added @@ -634,7 +641,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.17.0...HEAD +[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.18.0...HEAD +[0.18.0]: https://github.com/dusk-network/plonk/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/dusk-network/plonk/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/dusk-network/plonk/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/dusk-network/plonk/compare/v0.14.1...v0.15.0 diff --git a/Cargo.toml b/Cargo.toml index c113db73..a63020af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-plonk" -version = "0.17.0" +version = "0.18.0" categories =["algorithms", "cryptography", "science", "mathematics"] edition = "2021" keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]