Skip to content

Commit

Permalink
Merge pull request #757 from dusk-network/release-0.14.1
Browse files Browse the repository at this point in the history
Release `0.14.1`
  • Loading branch information
Eduardo Leegwater Simões authored Jun 28, 2023
2 parents 7cf13ef + da924a8 commit 66f8d64
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 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.14.1] - 2022-06-28

### Added

- Add `compress` to compiler [#752]

## [0.14.0] - 2022-04-06

### Added
Expand Down Expand Up @@ -472,6 +478,7 @@ is necessary since `rkyv/validation` was required as a bound.
- Proof system module.

<!-- ISSUES -->
[#752]: https://github.com/dusk-network/plonk/pull/752
[#738]: https://github.com/dusk-network/plonk/issues/738
[#746]: https://github.com/dusk-network/plonk/issues/746
[#736]: https://github.com/dusk-network/plonk/issues/736
Expand Down Expand Up @@ -575,7 +582,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.14.0...HEAD
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.14.1...HEAD
[0.14.1]: https://github.com/dusk-network/plonk/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/dusk-network/plonk/compare/v0.13.1...v0.14.0
[0.13.1]: https://github.com/dusk-network/plonk/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/dusk-network/plonk/compare/v0.12.0...v0.13.0
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.14.0"
version = "0.14.1"
categories =["algorithms", "cryptography", "science", "mathematics"]
edition = "2021"
keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]
Expand Down

0 comments on commit 66f8d64

Please sign in to comment.