Bump version to v0.25.2
This commit is contained in:
parent
90e1125eff
commit
e07ee5165a
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
# 0.25.1 - 2020-10-26
|
||||||
|
|
||||||
|
- Remove an incorrect `debug_assert` that can cause a panic when running using
|
||||||
|
the dev profile.
|
||||||
|
|
||||||
# 0.25.1 - 2020-10-07
|
# 0.25.1 - 2020-10-07
|
||||||
|
|
||||||
- [Expose methods on `Script`](https://github.com/rust-bitcoin/rust-bitcoin/pull/387) to generate various scriptpubkeys
|
- [Expose methods on `Script`](https://github.com/rust-bitcoin/rust-bitcoin/pull/387) to generate various scriptpubkeys
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bitcoin"
|
name = "bitcoin"
|
||||||
version = "0.25.1"
|
version = "0.25.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