increase version to 0.14.1

This commit is contained in:
Andrew Poelstra 2018-08-28 17:15:37 +00:00
parent 849674651f
commit b7c84a6571
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
# 0.14.1 - 2018-08-28
* Reject non-compact `VarInt`s on various types
* Expose many types at the top level of the crate
* Add `Ord`, `PartialOrd` impls for `Script`
# 0.14.0 - 2018-08-22
* Add [regtest network](https://github.com/rust-bitcoin/rust-bitcoin/pull/84) to `Network` enum

View File

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