Bump version to v0.25.2

This commit is contained in:
Steven Roose 2020-10-26 15:44:19 +00:00
parent 90e1125eff
commit e07ee5165a
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
2 changed files with 6 additions and 1 deletions

View File

@ -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
- [Expose methods on `Script`](https://github.com/rust-bitcoin/rust-bitcoin/pull/387) to generate various scriptpubkeys

View File

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