Skip to content

Commit dbb363f

Browse files
committed
plonk: release 0.22.0
1 parent 55083f9 commit dbb363f

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.22.0] - 2026-02-27
11+
1012
### Added
1113

1214
- Added more tests for low coverage parts of the code [#861]
@@ -769,7 +771,8 @@ is necessary since `rkyv/validation` was required as a bound.
769771
[#282]: https://github.com/dusk-network/plonk/issues/282
770772

771773
<!-- VERSIONS -->
772-
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.21.0...HEAD
774+
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.22.0...HEAD
775+
[0.22.0]: https://github.com/dusk-network/plonk/compare/v0.21.0...v0.22.0
773776
[0.21.0]: https://github.com/dusk-network/plonk/compare/v0.20.3...v0.21.0
774777
[0.20.3]: https://github.com/dusk-network/plonk/compare/v0.20.2...v0.20.3
775778
[0.20.2]: https://github.com/dusk-network/plonk/compare/v0.20.0...v0.20.2

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.22.0-rc.0"
3+
version = "0.22.0"
44
categories =["algorithms", "cryptography", "science", "mathematics"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)