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 708b89c commit 32bd66cCopy full SHA for 32bd66c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# # 10.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
# 10.1.0 - July 9, 2024
6
7
- Explicitly track recursion depth in fragments [#704](https://github.com/rust-bitcoin/rust-miniscript/pull/704)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniscript"
-version = "10.1.0"
+version = "10.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