Skip to content

Commit bcb31de

Browse files
authored
Merge pull request #766 from dusk-network/release-0.15.0
Release v0.15.0
2 parents 5be0ffe + 493315b commit bcb31de

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.15.0] - 2023-08-30
11+
1012
### Fixed
1113

1214
- Fix panic when creating proof for circuit with different circuit size [#760]
@@ -597,7 +599,8 @@ is necessary since `rkyv/validation` was required as a bound.
597599
[#282]: https://github.com/dusk-network/plonk/issues/282
598600

599601
<!-- VERSIONS -->
600-
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.14.1...HEAD
602+
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.15.0...HEAD
603+
[0.15.0]: https://github.com/dusk-network/plonk/compare/v0.14.1...v0.15.0
601604
[0.14.1]: https://github.com/dusk-network/plonk/compare/v0.14.0...v0.14.1
602605
[0.14.0]: https://github.com/dusk-network/plonk/compare/v0.13.1...v0.14.0
603606
[0.13.1]: https://github.com/dusk-network/plonk/compare/v0.13.0...v0.13.1

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.14.1"
3+
version = "0.15.0"
44
categories =["algorithms", "cryptography", "science", "mathematics"]
55
edition = "2021"
66
keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]

0 commit comments

Comments
 (0)