Skip to content

Commit 845bff2

Browse files
committed
Bump version to 0.15.4
1 parent 07ef3a1 commit 845bff2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2+
# 0.15.4 - 2019-09-06
3+
4+
- Add `rand-std` feature.
5+
- Pin the cc build-dep version to `< 1.0.42` to remain
6+
compatible with rustc 1.22.0.
7+
- Changed all `as_*ptr()` to a new safer `CPtr` trait
8+
19
# 0.15.2 - 2019-08-08
210

311
- Add feature `lowmemory` that reduces the EC mult window size to require

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.3"
4+
version = "0.15.4"
55
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
66
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
77
license = "CC0-1.0"

0 commit comments

Comments
 (0)