Skip to content

Commit

Permalink
Bump to v0.2.10 (#304)
Browse files Browse the repository at this point in the history
* Add CircuitBuilder to prelude

* Bump up dusk-plonk to 0.2.10
  • Loading branch information
CPerezz authored Sep 23, 2020
1 parent 5b4dee4 commit de093cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.2.10] - 23-09-20

### Added
- Added `CircuitBuilder` trait and a example for it.

## [0.2.9] - 11-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.9"
version = "0.2.10"
authors = ["Kevaundray Wedderburn <kevtheappdev@gmail.com>",
"Luke Pearson <luke@dusk.network>",
"CPerezz <carlos@dusk.network>"]
Expand Down
1 change: 1 addition & 0 deletions src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//! with the principal data structures of the plonk library.
//!

pub use crate::circuit_builder::{Circuit, CircuitInputs, PublicInput};
pub use crate::commitment_scheme::kzg10::{
key::{CommitKey, OpeningKey},
PublicParameters,
Expand Down

0 comments on commit de093cf

Please sign in to comment.