Skip to content

Commit 30518a7

Browse files
authored
Bump to v0.2.1 (#268)
* Use v0.3.2 of dusk-jubjub crate * Bump to v0.2.1
1 parent ce4c09e commit 30518a7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
13+
## [0.2.1] - 24-07-20
14+
1215
### Added
1316
- Method to create constrained witness values. @CPerezz
1417

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.2.0"
3+
version = "0.2.1"
44
authors = ["Kevaundray Wedderburn <[email protected]>",
55
"Luke Pearson <[email protected]>",
66
"CPerezz <[email protected]>"]
@@ -31,7 +31,7 @@ itertools = "0.8.2"
3131
rand_chacha = "0.2"
3232
rayon = "1.3.0"
3333
failure = "0.1.7"
34-
dusk-jubjub = "0.3.1"
34+
dusk-jubjub = "0.3.2"
3535

3636
[dev-dependencies]
3737
rand = "0.7.0"

0 commit comments

Comments
 (0)