Bump version to 0.27.0
This commit is contained in:
parent
df4d70a37e
commit
ef69f24fed
|
@ -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
|
# 0.26.2 - 2021-06-08
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bitcoin"
|
name = "bitcoin"
|
||||||
version = "0.26.2"
|
version = "0.27.0"
|
||||||
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