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 a290a61 commit fb6e8e9Copy full SHA for fb6e8e9
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 9.2.0 - July 20, 2024
2
+
3
+- Fix panics while decoding large miniscripts from script [#712](https://github.com/rust-bitcoin/rust-miniscript/pull/712)
4
5
# 9.1.0 - July 13, 2023
6
- Explicitly track recursion depth in fragments [#704](https://github.com/rust-bitcoin/rust-miniscript/pull/704)
7
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniscript"
-version = "9.1.0"
+version = "9.2.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