Skip to content

Commit 0937660

Browse files
authored
Bump bls12_381 to 0.1.5 and jujub to 0.3.9 (#316)
1 parent 16493e3 commit 0937660

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
9-
108
## [Unreleased]
11-
- Fixes #311 - big_mul and big_mul_gate documentation nit.
129

10+
## [0.3.2] - 29-10-20
11+
### Changed
12+
- dusk-bls12_381 update to `v0.1.5`
13+
- dusk-jubjub update to `v0.3.10`
14+
- Fixes #311 - big_mul and big_mul_gate documentation nit.
1315

1416
## [0.3.1] - 05-10-20
1517
### Added

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dusk-plonk"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Kevaundray Wedderburn <[email protected]>",
55
"Luke Pearson <[email protected]>",
66
"CPerezz <[email protected]>"]
@@ -25,12 +25,12 @@ merlin = "2.0.0"
2525
rand = "0.7.2"
2626
rand_core = { version = "0.5", default-features = false }
2727
# Built by default with "std", "alloc", "pairing", "groups" and "endo" features.
28-
dusk-bls12_381 = "0.1.4"
28+
dusk-bls12_381 = "0.1.5"
2929
itertools = "0.9.0"
3030
rand_chacha = "0.2"
3131
rayon = "1.3.0"
3232
anyhow = "1.0.32"
33-
dusk-jubjub = "0.3.8"
33+
dusk-jubjub = "0.3.10"
3434
thiserror = "1.0"
3535
serde = "1.0"
3636

0 commit comments

Comments
 (0)