Skip to content

Commit

Permalink
Merge #629: Tracking PR for release v11.0.0
Browse files Browse the repository at this point in the history
e6212ab Bump version to 11.0.0 (Tobin C. Harding)

Pull request description:

  Release time yo!

  Close: #622

ACKs for top commit:
  apoelstra:
    ACK e6212ab

Tree-SHA512: 73eca80175b8ae624e98b8545912844eff10f2bf486ea2103915c0b446f80f31ddc13982d7cd8836ca96541030b54b103ec61a139fb1ac97bcefc2ae065f24a1
  • Loading branch information
apoelstra committed Nov 22, 2023
2 parents f9cfa37 + e6212ab commit 7ebdd2f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 11.0.0 - November 16, 2023

- Add the planning module [#592](https://github.com/rust-bitcoin/rust-miniscript/pull/592)
- Bump MSRV to 1.48 [#569](https://github.com/rust-bitcoin/rust-miniscript/pull/569)
- Upgrade `rust-bitcoin` to v0.31.0 [#618](https://github.com/rust-bitcoin/rust-miniscript/pull/618)
- Reduce binary bloat by removing generic param from type_check [584](https://github.com/rust-bitcoin/rust-miniscript/pull/584)
- Add height to tap tree [588](https://github.com/rust-bitcoin/rust-miniscript/pull/588)
- Improve `TapTree` API [617](https://github.com/rust-bitcoin/rust-miniscript/pull/617)
- Remove "unstable" feature [482](https://github.com/rust-bitcoin/rust-miniscript/pull/482)
- Remove hashbrown dependency [564](https://github.com/rust-bitcoin/rust-miniscript/pull/564)
- Add method to convert expr_raw_pkh into pkh [557](https://github.com/rust-bitcoin/rust-miniscript/pull/557)
- psbt: Rewrite input replacement to avoid forgetting fields [568](https://github.com/rust-bitcoin/rust-miniscript/pull/568)

# 10.0.0 - May 24, 2023

- Works with rust-bitcoin 0.30.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miniscript"
version = "10.0.0"
version = "11.0.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-miniscript/"
Expand Down

0 comments on commit 7ebdd2f

Please sign in to comment.