From 62e5178638ab08949c7f6a2cc6dbd7abdfae76b5 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Thu, 8 Aug 2019 08:40:56 +0200 Subject: [PATCH] Bump version to 0.15.2 And fill in release date for 0.15.2. --- CHANGELOG.md | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f913bf37..c8e96f3dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 4ee277bde..198b900cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "secp256k1" -version = "0.15.1" +version = "0.15.2" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra " ] license = "CC0-1.0"