File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " miniscript"
3- version = " 10 .0.0"
3+ version = " 11 .0.0"
44authors = [" Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>" ]
55license = " CC0-1.0"
66homepage = " https://github.com/rust-bitcoin/rust-miniscript/"
You can’t perform that action at this time.
0 commit comments