Skip to content

Commit a113e35

Browse files
committed
Release 9.0.0
1 parent 63ceb5b commit a113e35

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 9.0.0 - November 5, 2022
2+
3+
- Fixed a bug dealing with dissatisfying pkh inside thresh
4+
- Changed the signature of `Satisfier::lookup_raw_pkh_pk` API. Only custom implementations
5+
of `Satisfier` need to be updated. The psbt APIs are unchanged.
6+
- Fixed a bug related to display of `raw_pk_h`. These descriptors are experimental
7+
and only usable by opting via `ExtParams` while parsing string.
18
# 8.0.0 - October 20, 2022
29

310
This release contains several significant API overhauls, as well as a bump

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miniscript"
3-
version = "8.0.0"
3+
version = "9.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)