From d1c6b9f91b3d0ac35b8fdc7b6633214b07e10d8d Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Thu, 5 Aug 2021 09:50:11 +0200 Subject: [PATCH] Release 6.0.1 Signed-off-by: Antoine Poinsot --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa65c813e..719c1f5cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 6.0.1 - Aug 5, 2021 + +- The `lift` method on a Miniscript node was fixed. It would previously mix up + the `X` and `Y` argument of an `andor` fragment. + # 6.0.0 - Jul 29, 2021 - bump `rust-bitcoin` to 0.27 diff --git a/Cargo.toml b/Cargo.toml index 4a0d02e4ee..958e973b94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miniscript" -version = "6.0.0" +version = "6.0.1" authors = ["Andrew Poelstra , Sanket Kanjalkar "] repository = "https://github.com/apoelstra/miniscript" description = "Miniscript: a subset of Bitcoin Script designed for analysis"