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 5b0f5e3 commit 6625083Copy full SHA for 6625083
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 12.1.0 - July 9, 2024
2
+
3
+- Make `LoggerAssetProvider` constructible [#697](https://github.com/rust-bitcoin/rust-miniscript/pull/697)
4
+- Explicitly track recursion depth in fragments [#704](https://github.com/rust-bitcoin/rust-miniscript/pull/704)
5
6
# 12.0.0 - May 22, 2024
7
8
- Update MSRV to Rust `v1.56.1` [#639](https://github.com/rust-bitcoin/rust-miniscript/pull/639)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniscript"
-version = "12.0.0"
+version = "12.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