Skip to content

Commit 707ee84

Browse files
committed
Merge branch 'release/1.0.1' into main
2 parents f39a010 + f2a7e96 commit 707ee84

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Entries are listed in reverse chronological order.
44

5+
## 1.0.1
6+
7+
* Tweaks to crate metadata.
8+
* Minor documentation changes.
9+
* Adds a regression test for deserialize-and-verify for proofs created using
10+
v1.0.0, to ensure they continue to verify in future versions.
11+
512
## 1.0.0
613

714
* Minor tweaks to the prerelease version.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bulletproofs"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Cathie Yun <[email protected]>",
55
"Henry de Valence <[email protected]>",
66
"Oleg Andreev <[email protected]>"]

0 commit comments

Comments
 (0)