Merge pull request #158 from rust-bitcoin/2018-08-14.1
increase version to 0.14.1
This commit is contained in:
commit
cadbe032ea
|
@ -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
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue