Skip to content

Commit d1c6b9f

Browse files
committed
Release 6.0.1
Signed-off-by: Antoine Poinsot <[email protected]>
1 parent 3efe384 commit d1c6b9f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 6.0.0 - Jul 29, 2021
27

38
- bump `rust-bitcoin` to 0.27

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 = "6.0.0"
3+
version = "6.0.1"
44
authors = ["Andrew Poelstra <[email protected]>, Sanket Kanjalkar <[email protected]>"]
55
repository = "https://github.com/apoelstra/miniscript"
66
description = "Miniscript: a subset of Bitcoin Script designed for analysis"

0 commit comments

Comments
 (0)