Skip to content

Commit 7ebdd2f

Browse files
committed
Merge #629: Tracking PR for release v11.0.0
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
2 parents f9cfa37 + e6212ab commit 7ebdd2f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 11.0.0 - November 16, 2023
2+
3+
- Add the planning module [#592](https://github.com/rust-bitcoin/rust-miniscript/pull/592)
4+
- Bump MSRV to 1.48 [#569](https://github.com/rust-bitcoin/rust-miniscript/pull/569)
5+
- Upgrade `rust-bitcoin` to v0.31.0 [#618](https://github.com/rust-bitcoin/rust-miniscript/pull/618)
6+
- Reduce binary bloat by removing generic param from type_check [584](https://github.com/rust-bitcoin/rust-miniscript/pull/584)
7+
- Add height to tap tree [588](https://github.com/rust-bitcoin/rust-miniscript/pull/588)
8+
- Improve `TapTree` API [617](https://github.com/rust-bitcoin/rust-miniscript/pull/617)
9+
- Remove "unstable" feature [482](https://github.com/rust-bitcoin/rust-miniscript/pull/482)
10+
- Remove hashbrown dependency [564](https://github.com/rust-bitcoin/rust-miniscript/pull/564)
11+
- Add method to convert expr_raw_pkh into pkh [557](https://github.com/rust-bitcoin/rust-miniscript/pull/557)
12+
- psbt: Rewrite input replacement to avoid forgetting fields [568](https://github.com/rust-bitcoin/rust-miniscript/pull/568)
13+
114
# 10.0.0 - May 24, 2023
215

316
- Works with rust-bitcoin 0.30.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miniscript"
3-
version = "10.0.0"
3+
version = "11.0.0"
44
authors = ["Andrew Poelstra <[email protected]>, Sanket Kanjalkar <[email protected]>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/rust-bitcoin/rust-miniscript/"

0 commit comments

Comments
 (0)