Skip to content

Commit 4ff5253

Browse files
committed
Update changelog and bump version.
1 parent 08a713e commit 4ff5253

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33
Entries are listed in reverse chronological order.
44

5+
## 1.0.4
6+
7+
* Change doc-include paths to allow compilation on the latest Rust nightly
8+
(which changed the path root).
9+
* Various changes to the (unreleased, unstable) R1CS implementation, which is
10+
disabled in the released version of the code.
11+
12+
## 1.0.3
13+
14+
* Mistakes were made. Yanked and replaced by 1.0.4 above.
15+
516
## 1.0.2
617

718
* Updates the library to use the renamed functions in Merlin 1.1.

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.2"
3+
version = "1.0.4"
44
authors = ["Cathie Yun <[email protected]>",
55
"Henry de Valence <[email protected]>",
66
"Oleg Andreev <[email protected]>"]

0 commit comments

Comments
 (0)