Skip to content

Commit 2d41612

Browse files
authored
Merge pull request #110 from jonasnick/0.13
Bump version to 0.13
2 parents 5d9faf2 + ce7b039 commit 2d41612

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.13.0 - 2019-05-21
2+
3+
* Update minimum supported rust compiler 1.22.
4+
* Replace `serialize_der` function with `SerializedSignature` struct.
5+
* Allow building without a standard library (`no_std`). `std` feature is on by default.
6+
* Add human readable serialization to `Signatures` and `SecretKeys`.
7+
* Stop displaying 0 bytes if a `Signature` is less than 72 bytes.
8+
* Only compile recovery module if feature `recovery` is set (non-default).
9+
* Updat `rand` dependency from 0.4 to 0.6 and add `rand_core` 0.4 dependency.
10+
* Relax `cc` dependency requirements.
11+
112
# 0.12.2 - 2019-01-18
213

314
* Fuzzer bug fix

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.12.2"
4+
version = "0.13.0"
55
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
66
"Andrew Poelstra <[email protected]>" ]
77
license = "CC0-1.0"

0 commit comments

Comments
 (0)