Skip to content

Commit

Permalink
Bump to v0.2.9 (#301)
Browse files Browse the repository at this point in the history
* Bump to v0.2.9
  • Loading branch information
CPerezz authored Sep 13, 2020
1 parent ac89729 commit 89a4659
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.2.8] - 25-08-20
## [0.2.9] - 11-09-20

### Added
- Added `ProverKey` & `Verifierkey` to the public API as exported types.

- Add a `variable_base_scalar_mul` method using a variable base curve add gate.
### Changed
- Use `dusk-bls12_381 v0.1.4`.
- Use `dusk-jubjub v0.3.8`.

### Removed
## [0.2.8] - 25-08-20

### Added
- Add a `variable_base_scalar_mul` method using a variable base curve add gate.

### Changed

- `ecc::scalar_mul` now named fixed_base_scalar_mul


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.2.8"
version = "0.2.9"
authors = ["Kevaundray Wedderburn <kevtheappdev@gmail.com>",
"Luke Pearson <luke@dusk.network>",
"CPerezz <carlos@dusk.network>"]
Expand Down Expand Up @@ -31,7 +31,7 @@ itertools = "0.8.2"
rand_chacha = "0.2"
rayon = "1.3.0"
anyhow = "1.0.32"
dusk-jubjub = "0.3.7"
dusk-jubjub = "0.3.8"
thiserror = "1.0"
serde = "1.0"

Expand Down

0 comments on commit 89a4659

Please sign in to comment.