From f14cc57bbe431d60465b8c805b79608ece0fbcc0 Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Mon, 14 Oct 2024 10:23:33 +0200 Subject: [PATCH] bump version to `0.20.2` --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7842ba07..af17992f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.2] - 2024-11-14 + +### Changed + +- Lock msgpacker version to `0.4.3` + ## [0.20.0] - 2024-08-14 ### Changed @@ -718,7 +724,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.0...HEAD +[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.20.2...HEAD +[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 [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 diff --git a/Cargo.toml b/Cargo.toml index 13d793e5..d363aab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-plonk" -version = "0.20.0" +version = "0.20.2" categories =["algorithms", "cryptography", "science", "mathematics"] edition = "2021" keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]