File tree 2 files changed +14
-1
lines changed
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
+
1
14
# 10.0.0 - May 24, 2023
2
15
3
16
- Works with rust-bitcoin 0.30.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " miniscript"
3
- version = " 10 .0.0"
3
+ version = " 11 .0.0"
4
4
authors = [
" Andrew Poelstra <[email protected] >, Sanket Kanjalkar <[email protected] >" ]
5
5
license = " CC0-1.0"
6
6
homepage = " https://github.com/rust-bitcoin/rust-miniscript/"
You can’t perform that action at this time.
0 commit comments