Merge pull request #167 from rust-bitcoin/branch-0.14.2

bump version to 0.14.2
This commit is contained in:
Andrew Poelstra 2018-09-11 18:44:59 +00:00 committed by GitHub
commit 5adf985eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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/"