Skip to content
Snippets Groups Projects
Unverified Commit 2d41612e authored by Andrew Poelstra's avatar Andrew Poelstra Committed by GitHub
Browse files

Merge pull request #110 from jonasnick/0.13

Bump version to 0.13
parents 5d9faf20 ce7b0395
No related merge requests found
# 0.13.0 - 2019-05-21
* Update minimum supported rust compiler 1.22.
* Replace `serialize_der` function with `SerializedSignature` struct.
* Allow building without a standard library (`no_std`). `std` feature is on by default.
* Add human readable serialization to `Signatures` and `SecretKeys`.
* Stop displaying 0 bytes if a `Signature` is less than 72 bytes.
* Only compile recovery module if feature `recovery` is set (non-default).
* Updat `rand` dependency from 0.4 to 0.6 and add `rand_core` 0.4 dependency.
* Relax `cc` dependency requirements.
# 0.12.2 - 2019-01-18
* Fuzzer bug fix
......
[package]
name = "secp256k1"
version = "0.12.2"
version = "0.13.0"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment