Skip to content

Commit 08bac0d

Browse files
authored
Version 0.2.7 (#283)
* Version 0.2.7 * Update changelog with witness constant change * Fix over changelog for 0.2.7
1 parent ad1ede4 commit 08bac0d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.7] - 13-08-20
14+
1215
### Added
1316
- `Anyhow` & `thiserror` for error handling support.
1417
- Serialisation methods for the crate public structures &
@@ -20,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2023
### Changed
2124
- `add_witness_to_circuit_description` requires now just to send
2225
a `Scalar` and returns a constant & constrained witness `Variable`.
23-
26+
- Update `add_witness_to_circuit_description` fn sig (#282, #284)
27+
- dusk-jubjub version updated to 0.3.6
2428

2529
## [0.2.6] - 03-08-20
2630

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.6"
3+
version = "0.2.7"
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
anyhow = "1.0.32"
34-
dusk-jubjub = "0.3.5"
34+
dusk-jubjub = "0.3.6"
3535
thiserror = "1.0"
3636
serde = "1.0"
3737

0 commit comments

Comments
 (0)