Merge pull request #334 from apoelstra/2019-10-version-0.21
bump version to 0.21.0
This commit is contained in:
commit
c8ac25219a
|
@ -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
|
||||
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue