Skip to content

Commit

Permalink
Bump to v0.2.2 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz authored Jul 25, 2020
1 parent 30518a7 commit 6da6e05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.2.1] - 24-07-20

## [0.2.2] - 25-07-20

### Added
- Method to create constrained witness values. @CPerezz

### Changed
- Visibility of the `Proof::verify()` fn to `pub(crate)`. @CPerezz
- Changed `dusk-jubjub` version to `v0.3.3` since `v0.3.2` was yanked.

## [0.2.1] - 24-07-20 [yanked]

### Added
- Method to create constrained witness values. @CPerezz
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "dusk-plonk"
version = "0.2.1"
version = "0.2.2"
authors = ["Kevaundray Wedderburn <kevtheappdev@gmail.com>",
"Luke Pearson <luke@dusk.network>",
"CPerezz <carlos@dusk.network>"]
readme = "README.md"
documentation = "https://dusk-network.github.io/plonk"
repository = "https://github.com/dusk-network/plonk"
keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]
categories =["algorithms", "cryptography", "development tools"]
categories =["algorithms", "cryptography", "science"]
description = "A pure-Rust implementation of the PLONK ZK-Proof algorithm"
exclude = [
"**/.gitignore",
Expand All @@ -31,7 +31,7 @@ itertools = "0.8.2"
rand_chacha = "0.2"
rayon = "1.3.0"
failure = "0.1.7"
dusk-jubjub = "0.3.2"
dusk-jubjub = "0.3.3"

[dev-dependencies]
rand = "0.7.0"
Expand Down

0 comments on commit 6da6e05

Please sign in to comment.