Skip to content

Commit 16145dc

Browse files
authored
Merge pull request #795 from dusk-network/release-0.18.0
Bump to v0.18.0
2 parents a9b1621 + f1d4dab commit 16145dc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.18.0] - 2023-12-13
11+
12+
### Changed
13+
14+
- dusk-bls12_381 -> 0.13
15+
- dusk-jubjub -> 0.14
16+
1017
## [0.17.0] - 2023-11-1
1118

1219
### Added
@@ -634,7 +641,8 @@ is necessary since `rkyv/validation` was required as a bound.
634641
[#282]: https://github.com/dusk-network/plonk/issues/282
635642

636643
<!-- VERSIONS -->
637-
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.17.0...HEAD
644+
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.18.0...HEAD
645+
[0.18.0]: https://github.com/dusk-network/plonk/compare/v0.17.0...v0.18.0
638646
[0.17.0]: https://github.com/dusk-network/plonk/compare/v0.16.0...v0.17.0
639647
[0.16.0]: https://github.com/dusk-network/plonk/compare/v0.15.0...v0.16.0
640648
[0.15.0]: https://github.com/dusk-network/plonk/compare/v0.14.1...v0.15.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.17.0"
3+
version = "0.18.0"
44
categories =["algorithms", "cryptography", "science", "mathematics"]
55
edition = "2021"
66
keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]

0 commit comments

Comments
 (0)