Skip to content

Commit

Permalink
Merge pull request #714 from dusk-network/release-0.13.1
Browse files Browse the repository at this point in the history
Bump version to `0.13.1`
  • Loading branch information
Eduardo Leegwater Simões authored Oct 26, 2022
2 parents 395fe90 + 4002082 commit b765f44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.1] - 2022-10-26

### Fixed

- Remove manual implementation of `CheckBytes` for `ArchivedProverKey`. This
is necessary since `rkyv/validation` was required as a bound.
is necessary since `rkyv/validation` was required as a bound.

## [0.13.0] - 2022-10-19

Expand Down Expand Up @@ -530,7 +532,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#282]: https://github.com/dusk-network/plonk/issues/282

<!-- VERSIONS -->
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.13.0...HEAD
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.13.1...HEAD
[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
[0.12.0]: https://github.com/dusk-network/plonk/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/dusk-network/plonk/compare/v0.10.0...v0.11.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.13.0"
version = "0.13.1"
categories =["algorithms", "cryptography", "science", "mathematics"]
edition = "2021"
keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]
Expand Down

0 comments on commit b765f44

Please sign in to comment.