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.
1 parent 7132b11 commit 9922e37Copy full SHA for 9922e37
CHANGELOG.md
@@ -1,4 +1,7 @@
1
-# 9.0.2 - July 13, 2023
+# 9.1.0 - July 13, 2023
2
+- Explicitly track recursion depth in fragments [#704](https://github.com/rust-bitcoin/rust-miniscript/pull/704)
3
+
4
+# 9.0.2
5
6
- Workaround for recursion bug in rustc https://github.com/rust-bitcoin/rust-miniscript/pull/566
7
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniscript"
-version = "9.0.2"
+version = "9.1.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-miniscript/"
0 commit comments