Skip to content

Commit feeda7d

Browse files
committed
Release 10.0.0
1 parent ad3d736 commit feeda7d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 10.0.0 - May 24, 2023
2+
3+
- Works with rust-bitcoin 0.30.0
4+
- Add support for [multi-path descriptors] (https://github.com/rust-bitcoin/rust-miniscript#470)
5+
- Fix bugs in [max_satisfaction_weight](https://github.com/rust-bitcoin/rust-miniscript#476)
6+
- DefiniteDescriptorKey: provide additional methods for converting to a DescriptorPublicKey (https://github.com/rust-bitcoin/rust-miniscript#492)
7+
- Remove `DummyKey` (https://github.com/rust-bitcoin/rust-miniscript#508)
8+
- Update TranslatePk trait to cleanly separate errors during translation itself and script context errors. [PR](https://github.com/rust-bitcoin/rust-miniscript/pull/493/)
9+
- Fixes to improve CI infrastructure with [Nix](https://github.com/rust-bitcoin/rust-miniscript/pull/538/) support and [bitcoind](https://github.com/rust-bitcoin/rust-miniscript/pull/536/) tests.
10+
111
# 9.0.0 - November 5, 2022
212

313
- Fixed a bug dealing with dissatisfying pkh inside thresh

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miniscript"
3-
version = "9.0.0"
3+
version = "10.0.0"
44
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/rust-bitcoin/rust-miniscript/"

0 commit comments

Comments
 (0)