bump version to 0.14.2
This commit is contained in:
parent
2c8a6f5eb3
commit
625eac636b
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
# 0.14.2 - 2018-09-11
|
||||||
|
|
||||||
|
* Add serde support for `Address`
|
||||||
|
|
||||||
# 0.14.1 - 2018-08-28
|
# 0.14.1 - 2018-08-28
|
||||||
|
|
||||||
* Reject non-compact `VarInt`s on various types
|
* Reject non-compact `VarInt`s on various types
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "bitcoin"
|
name = "bitcoin"
|
||||||
version = "0.14.1"
|
version = "0.14.2"
|
||||||
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
||||||
|
|
Loading…
Reference in New Issue