Skip to content

Commit

Permalink
Bump to v0.2.11 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz authored Sep 29, 2020
1 parent 2626e58 commit 2a4bcdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]


## [0.2.11] - 29-09-20

### Changed
- Now `Circuit` inputs are set in the circuit structure as `Option<T>`.
- Make `PublicInput::value()` fn public.
- Make pi_builder return `Result<T>`
- Refactored examples for the `Circuit` trait impl
according to the new changes.

### Removed
- Removed `CircuitInputs` from the crate.



## [0.2.10] - 23-09-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusk-plonk"
version = "0.2.10"
version = "0.2.11"
authors = ["Kevaundray Wedderburn <kevtheappdev@gmail.com>",
"Luke Pearson <luke@dusk.network>",
"CPerezz <carlos@dusk.network>"]
Expand Down

0 comments on commit 2a4bcdb

Please sign in to comment.