Skip to content

Commit c77deac

Browse files
authored
Merge pull request #822 from dusk-network/release-0.19.2
Bump to v0.19.2
2 parents 4b25475 + 8840898 commit c77deac

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.19.2] - 2024-03-27
11+
1012
### Added
1113

1214
- Add `zeroize` as an optional dependency [#818]
@@ -699,7 +701,8 @@ is necessary since `rkyv/validation` was required as a bound.
699701
[#282]: https://github.com/dusk-network/plonk/issues/282
700702

701703
<!-- VERSIONS -->
702-
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.19.1...HEAD
704+
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.19.2...HEAD
705+
[0.19.2]: https://github.com/dusk-network/plonk/compare/v0.19.1...v0.19.2
703706
[0.19.1]: https://github.com/dusk-network/plonk/compare/v0.19.0...v0.19.1
704707
[0.19.0]: https://github.com/dusk-network/plonk/compare/v0.18.0...v0.19.0
705708
[0.18.0]: https://github.com/dusk-network/plonk/compare/v0.17.0...v0.18.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-rc.0"
3+
version = "0.19.2"
44
categories =["algorithms", "cryptography", "science", "mathematics"]
55
edition = "2021"
66
keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]

0 commit comments

Comments
 (0)