Bump version to 0.27.0

This commit is contained in:
Riccardo Casatta 2021-07-21 08:53:51 +02:00
parent df4d70a37e
commit ef69f24fed
No known key found for this signature in database
GPG Key ID: FD986A969E450397
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# 0.27 - 2020-07-21
- [Bigendian fixes and CI test](https://github.com/rust-bitcoin/rust-bitcoin/pull/627)
- [no_std support, keeping MSRV](https://github.com/rust-bitcoin/rust-bitcoin/pull/603)
- [Bech32m adoption](https://github.com/rust-bitcoin/rust-bitcoin/pull/601)
- [Use Amount type for dust value calculation](https://github.com/rust-bitcoin/rust-bitcoin/pull/616)
- [Errors enum improvements](https://github.com/rust-bitcoin/rust-bitcoin/pull/521)
- [std -> core](https://github.com/rust-bitcoin/rust-bitcoin/pull/614)
# 0.26.2 - 2021-06-08

View File

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