Skip to content

Commit

Permalink
bump version to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Oct 14, 2024
1 parent 66939ae commit f14cc57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -718,7 +724,8 @@ is necessary since `rkyv/validation` was required as a bound.
[#282]: https://github.com/dusk-network/plonk/issues/282

<!-- VERSIONS -->
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit f14cc57

Please sign in to comment.