Skip to content

Commit e6212ab

Browse files
committed
Bump version to 11.0.0
In preparation for doing the next major release, add changelog entries and bump the version.
1 parent f9cfa37 commit e6212ab

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)