Skip to content

Commit

Permalink
Merge pull request #849 from dusk-network/release_0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xevisalle authored Feb 5, 2025
2 parents a39aa65 + c284358 commit 4b1b666
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.3] - 2025-02-05

### Added

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

### Changed

- Update dependency `dusk-bls12_381` to 0.14

## [0.20.2] - 2024-11-14

### Changed
Expand Down Expand Up @@ -733,7 +731,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.20.2...HEAD
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.20.3...HEAD
[0.20.3]: https://github.com/dusk-network/plonk/compare/v0.20.2...v0.20.3
[0.20.2]: https://github.com/dusk-network/plonk/compare/v0.20.0...v0.20.2
[0.20.0]: https://github.com/dusk-network/plonk/compare/v0.19.2...v0.20.0
[0.19.2]: https://github.com/dusk-network/plonk/compare/v0.19.1...v0.19.2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusk-plonk"
version = "0.20.2"
version = "0.20.3"
categories =["algorithms", "cryptography", "science", "mathematics"]
edition = "2021"
keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]
Expand All @@ -18,7 +18,7 @@ exclude = [
merlin = {version = "3.0", default-features = false}
rand_core = {version="0.6", default-features=false}
dusk-bytes = "0.1"
dusk-bls12_381 = {version = "0.14", default-features = false, features = ["groups", "pairings"]}
dusk-bls12_381 = {version = "0.13", default-features = false, features = ["groups", "pairings"]}
dusk-jubjub = {version = "0.14", default-features = false}
ff = {version = "0.13", default-features = false}
itertools = {version = "0.9", default-features = false}
Expand Down

0 comments on commit 4b1b666

Please sign in to comment.