Skip to content

Commit af37d4a

Browse files
committed
Fix Changelog for 1.0
1 parent 9f35ec5 commit af37d4a

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

ChangeLog.md

+21-20
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Changelog for bulletproofs
22

3-
## 0.1
3+
## 1.0
44

5-
* Initial release.
6-
* Implementation of the Bulletproofs protocol for range proofs
7-
* Use of the improved inner-product argument to reduce the communication complexity
8-
* Support for SECp256k1 curve
5+
* Use galois-field library as dependency
6+
* Remove custom definition of Fq
7+
* Remove Fractional constraints and use PrimeField instead
8+
* Update interface of rangeproofs to guarantee the use of prime fields
9+
10+
## 0.4
11+
12+
* Use double exponentiation to improve performance.
13+
* Use Control.Exception.assert to make sure debugging assertions are not checked
14+
when compiled with optimisations.
15+
* Add benchmarks for rangeproofs.
16+
17+
## 0.3
18+
19+
* Update dependencies
920

1021
## 0.2
1122

@@ -16,20 +27,10 @@
1627
* Provide examples for using aggregated range proofs.
1728
* Add multi-range proofs documentation.
1829

19-
## 0.3
20-
21-
* Update dependencies
22-
23-
## 0.4
24-
25-
* Use double exponentiation to improve performance.
26-
* Use Control.Exception.assert to make sure debugging assertions are not checked
27-
when compiled with optimisations.
28-
* Add benchmarks for rangeproofs.
30+
## 0.1
2931

30-
## 1.0
32+
* Initial release.
33+
* Implementation of the Bulletproofs protocol for range proofs
34+
* Use of the improved inner-product argument to reduce the communication complexity
35+
* Support for SECp256k1 curve
3136

32-
* Use galois-field library as dependency
33-
* Remove custom definition of Fq
34-
* Remove Fractional constraints and use PrimeField instead
35-
* Update interface of rangeproofs to guarantee the use of prime fields

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bulletproofs
2-
version: 0.4.0
2+
version: 1.0.0
33
github: "adjoint-io/bulletproofs"
44
license: Apache
55
maintainer: Adjoint Inc ([email protected])

0 commit comments

Comments
 (0)