We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3efe384 + d1c6b9f commit a626815Copy full SHA for a626815
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 6.0.1 - Aug 5, 2021
2
+
3
+- The `lift` method on a Miniscript node was fixed. It would previously mix up
4
+ the `X` and `Y` argument of an `andor` fragment.
5
6
# 6.0.0 - Jul 29, 2021
7
8
- bump `rust-bitcoin` to 0.27
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniscript"
-version = "6.0.0"
+version = "6.0.1"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>"]
repository = "https://github.com/apoelstra/miniscript"
description = "Miniscript: a subset of Bitcoin Script designed for analysis"
0 commit comments