Skip to content

Commit 62e5178

Browse files
committed
Bump version to 0.15.2
And fill in release date for 0.15.2.
1 parent 62b9f06 commit 62e5178

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# 0.15.1 - ????-??-??
1+
# 0.15.2 - 2019-08-08
22

33
- Add feature `lowmemory` that reduces the EC mult window size to require
4-
significantly less memory for the validation context (~340B instead of
5-
~520kB), at the cost of slower validation. It does not affect signing, nor
6-
the size of the signing context.
4+
significantly less memory for the validation context (~680B instead of
5+
~520kB), at the cost of slower validation. It does not affect the speed of
6+
signing, nor the size of the signing context.
77

88
# 0.15.0 - 2019-07-25
99

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "secp256k1"
4-
version = "0.15.1"
4+
version = "0.15.2"
55
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
66
"Andrew Poelstra <[email protected]>" ]
77
license = "CC0-1.0"

0 commit comments

Comments
 (0)