Skip to content

Commit

Permalink
Bump bls12_381 to 0.1.5 and jujub to 0.3.9 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopes11 authored Nov 2, 2020
1 parent 16493e3 commit 0937660
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).



## [Unreleased]
- Fixes #311 - big_mul and big_mul_gate documentation nit.

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

## [0.3.1] - 05-10-20
### Added
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusk-plonk"
version = "0.3.1"
version = "0.3.2"
authors = ["Kevaundray Wedderburn <[email protected]>",
"Luke Pearson <[email protected]>",
"CPerezz <[email protected]>"]
Expand All @@ -25,12 +25,12 @@ merlin = "2.0.0"
rand = "0.7.2"
rand_core = { version = "0.5", default-features = false }
# Built by default with "std", "alloc", "pairing", "groups" and "endo" features.
dusk-bls12_381 = "0.1.4"
dusk-bls12_381 = "0.1.5"
itertools = "0.9.0"
rand_chacha = "0.2"
rayon = "1.3.0"
anyhow = "1.0.32"
dusk-jubjub = "0.3.8"
dusk-jubjub = "0.3.10"
thiserror = "1.0"
serde = "1.0"

Expand Down

0 comments on commit 0937660

Please sign in to comment.