Skip to content

Commit 2d4125a

Browse files
authored
Merge pull request #850 from dusk-network/v0.21.0
Release `0.21.0`
2 parents bb56f00 + 6121cf9 commit 2d4125a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.21.0] - 2025-02-06
11+
1012
### Changed
1113

1214
- Change dependency `dusk-bls12_381` to 0.14
@@ -736,7 +738,8 @@ is necessary since `rkyv/validation` was required as a bound.
736738
[#282]: https://github.com/dusk-network/plonk/issues/282
737739

738740
<!-- VERSIONS -->
739-
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.20.3...HEAD
741+
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.21.0...HEAD
742+
[0.21.0]: https://github.com/dusk-network/plonk/compare/v0.20.3...v0.21.0
740743
[0.20.3]: https://github.com/dusk-network/plonk/compare/v0.20.2...v0.20.3
741744
[0.20.2]: https://github.com/dusk-network/plonk/compare/v0.20.0...v0.20.2
742745
[0.20.0]: https://github.com/dusk-network/plonk/compare/v0.19.2...v0.20.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.20.3"
3+
version = "0.21.0"
44
categories =["algorithms", "cryptography", "science", "mathematics"]
55
edition = "2021"
66
keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]

0 commit comments

Comments
 (0)