Skip to content

Commit a626815

Browse files
authored
Merge pull request #262 from darosior/release_6.0.1
2 parents 3efe384 + d1c6b9f commit a626815

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 <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>"]
55
repository = "https://github.com/apoelstra/miniscript"
66
description = "Miniscript: a subset of Bitcoin Script designed for analysis"

0 commit comments

Comments
 (0)