Skip to content

Commit

Permalink
Bump version to 0.15.2
Browse files Browse the repository at this point in the history
And fill in release date for 0.15.2.
  • Loading branch information
laanwj committed Aug 12, 2019
1 parent 62b9f06 commit 62e5178
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 0.15.1 - ????-??-??
# 0.15.2 - 2019-08-08

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

# 0.15.0 - 2019-07-25

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "secp256k1"
version = "0.15.1"
version = "0.15.2"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0"
Expand Down

0 comments on commit 62e5178

Please sign in to comment.