Skip to content

Commit

Permalink
Small fixes to changelog. Revert library bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmoody committed Jan 3, 2020
1 parent 2ff108d commit f405745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -52,7 +52,7 @@

* Add some trait impls to `PublicKey` for miniscript interoperability

# 0.17.0 - 2019-02-28 - ``The PSBT Release''
# 0.17.0 - 2019-02-28 - "The PSBT Release"

* **Update minimum rustc version to 1.22**.
* [Replace `rust-crypto` with `bitcoin_hashes`; refactor hash types](https://github.com/rust-bitcoin/rust-bitcoin/pull/215)
Expand Down Expand Up @@ -149,7 +149,7 @@ See `Transaction::verify` and `Script::verify` methods.
* Add bech32 support
* Support segwit address types

### 0.11
# 0.11

* Remove `num` dependency at Matt's request; agree this is obnoxious to require all
downstream users to also have a `num` dependency just so they can use `Uint256::from_u64`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bitcoin"
version = "0.21.1"
version = "0.21.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"
Expand Down

0 comments on commit f405745

Please sign in to comment.