From f4be17f95fa3da7f235f0100365db985c9dabd53 Mon Sep 17 00:00:00 2001 From: moana Date: Wed, 11 Oct 2023 16:46:27 +0200 Subject: [PATCH] Bump to v0.16.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e084214a..e61d43ed 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.16.0] - 2023-10-11 + ### Added - Add `size` method to the `Circuit` trait [#767] @@ -615,7 +617,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.15.0...HEAD +[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.16.0...HEAD +[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 [0.14.1]: https://github.com/dusk-network/plonk/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/dusk-network/plonk/compare/v0.13.1...v0.14.0 diff --git a/Cargo.toml b/Cargo.toml index cd87e815..8d6b144e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-plonk" -version = "0.15.0" +version = "0.16.0" categories =["algorithms", "cryptography", "science", "mathematics"] edition = "2021" keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]