Skip to content

Commit c9118b3

Browse files
committed
Merge #551: Release 10.0.0
feeda7d Release 10.0.0 (sanket1729) Pull request description: - Compatible with bitcoin 0.30.0 ACKs for top commit: apoelstra: ACK feeda7d Tree-SHA512: 27e328bd1fc23d01aae459cfcdf3d3096a2045e9702960aa4e67528c207de3625acea7a79964efbdb3057bb550b05ea0dc44d8ee39f3e15c7384325f2929b9f7
2 parents ad3d736 + feeda7d commit c9118b3

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 <[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)