Skip to content

Commit 864785c

Browse files
committed
Bump to v0.20.0
1 parent 4c345c6 commit 864785c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.20.0] - 2024-08-14
11+
1012
### Changed
1113

1214
- Modify the prover to match the paper [#831]
@@ -716,7 +718,8 @@ is necessary since `rkyv/validation` was required as a bound.
716718
[#282]: https://github.com/dusk-network/plonk/issues/282
717719

718720
<!-- VERSIONS -->
719-
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.19.2...HEAD
721+
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.20.0...HEAD
722+
[0.20.0]: https://github.com/dusk-network/plonk/compare/v0.19.2...v0.20.0
720723
[0.19.2]: https://github.com/dusk-network/plonk/compare/v0.19.1...v0.19.2
721724
[0.19.1]: https://github.com/dusk-network/plonk/compare/v0.19.0...v0.19.1
722725
[0.19.0]: https://github.com/dusk-network/plonk/compare/v0.18.0...v0.19.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dusk-plonk"
3-
version = "0.19.2"
3+
version = "0.20.0"
44
categories =["algorithms", "cryptography", "science", "mathematics"]
55
edition = "2021"
66
keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]

0 commit comments

Comments
 (0)