release secp256k1 0.20.2

This commit is contained in:
Andrew Poelstra 2021-04-27 22:16:58 +00:00
parent a24e27e94b
commit 5307f9ba6c
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
# 0.20.2 - 2021-04-27
* Fix some WASM build issues
* Add [some missing `#derive`s to `Error`](https://github.com/rust-bitcoin/rust-secp256k1/pull/277/)
* Add [serde support for Schnorr signatures and for deserializing from owned types](https://github.com/rust-bitcoin/rust-secp256k1/pull/270/)
# 0.20.0 - 2020-12-21
* [remove `ffi::PublicKey::blank`](https://github.com/rust-bitcoin/rust-secp256k1/pull/232) and replace with unsafe [`ffi::PublicKey::new` and `ffi::PublicKey::from_array_unchecked`](https://github.com/rust-bitcoin/rust-secp256k1/pull/253/); similar for all other FFI types

View File

@ -1,6 +1,6 @@
[package]
name = "secp256k1"
version = "0.20.1"
version = "0.20.2"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0"