Skip to content

Commit 4b1b666

Browse files
authored
Merge pull request #849 from dusk-network/release_0.20.3
2 parents a39aa65 + c284358 commit 4b1b666

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.20.3] - 2025-02-05
11+
1012
### Added
1113

1214
- Add components to subtract and also to negate points in-circuit [#842]
1315

14-
### Changed
15-
16-
- Update dependency `dusk-bls12_381` to 0.14
17-
1816
## [0.20.2] - 2024-11-14
1917

2018
### Changed
@@ -733,7 +731,8 @@ is necessary since `rkyv/validation` was required as a bound.
733731
[#282]: https://github.com/dusk-network/plonk/issues/282
734732

735733
<!-- VERSIONS -->
736-
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.20.2...HEAD
734+
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.20.3...HEAD
735+
[0.20.3]: https://github.com/dusk-network/plonk/compare/v0.20.2...v0.20.3
737736
[0.20.2]: https://github.com/dusk-network/plonk/compare/v0.20.0...v0.20.2
738737
[0.20.0]: https://github.com/dusk-network/plonk/compare/v0.19.2...v0.20.0
739738
[0.19.2]: https://github.com/dusk-network/plonk/compare/v0.19.1...v0.19.2

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dusk-plonk"
3-
version = "0.20.2"
3+
version = "0.20.3"
44
categories =["algorithms", "cryptography", "science", "mathematics"]
55
edition = "2021"
66
keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]
@@ -18,7 +18,7 @@ exclude = [
1818
merlin = {version = "3.0", default-features = false}
1919
rand_core = {version="0.6", default-features=false}
2020
dusk-bytes = "0.1"
21-
dusk-bls12_381 = {version = "0.14", default-features = false, features = ["groups", "pairings"]}
21+
dusk-bls12_381 = {version = "0.13", default-features = false, features = ["groups", "pairings"]}
2222
dusk-jubjub = {version = "0.14", default-features = false}
2323
ff = {version = "0.13", default-features = false}
2424
itertools = {version = "0.9", default-features = false}

0 commit comments

Comments
 (0)