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
|
||||
|
||||
* Reject non-compact `VarInt`s on various types
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
[package]
|
||||
name = "bitcoin"
|
||||
version = "0.14.1"
|
||||
version = "0.14.2"
|
||||
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
||||
license = "CC0-1.0"
|
||||
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
||||
|
|
Loading…
Reference in New Issue