bump version to 0.21.0

This commit is contained in:
Andrew Poelstra 2019-10-02 15:42:58 +00:00
parent 242ce14cee
commit fb6f50b0ea
2 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,11 @@
# 0.20.0
# 0.21.0 - 2019-10-02
* Add [serde to `BlockHeader` and `Block`](https://github.com/rust-bitcoin/rust-bitcoin/pull/321)
* [Clean up `StreamReader` API](https://github.com/rust-bitcoin/rust-bitcoin/pull/318) (breaking change)
* Add [reject message](https://github.com/rust-bitcoin/rust-bitcoin/pull/323) to p2p messages
# 0.20.0 - 2019-08-23
* Update `secp256k1` 0.15 and `bitcoinconsensus` 0.17

View File

@ -1,6 +1,6 @@
[package]
name = "bitcoin"
version = "0.20.0"
version = "0.21.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"