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 0d28ebc commit fd823e8Copy full SHA for fd823e8
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+
2
+# 11.1.0 - July 9, 2024
3
4
+- Explicitly track recursion depth in fragments [#704](https://github.com/rust-bitcoin/rust-miniscript/pull/704)
5
6
# 11.0.0 - November 16, 2023
7
8
- Add the planning module [#592](https://github.com/rust-bitcoin/rust-miniscript/pull/592)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniscript"
-version = "11.0.0"
+version = "11.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