Skip to content

Commit 72e5e37

Browse files
committed
Merge #705: release 12.1.0
6625083 release 12.1.0 (Andrew Poelstra) Pull request description: Turns out there were only two tiny changes in the last six months. One changes the API so this is a minor bump rather than a patch bump. ACKs for top commit: tcharding: ACK 6625083 sanket1729: ACK 6625083 Tree-SHA512: e86c11f8530599d9ad6e11c230a24a845b2b37dcd2f6bfec5e46591095a021e373e12bb41a931d5a78e62de63c788e6791e5350654043436e5a6269eb4ceae8a
2 parents 5b0f5e3 + 6625083 commit 72e5e37

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 12.0.0 - May 22, 2024
27

38
- Update MSRV to Rust `v1.56.1` [#639](https://github.com/rust-bitcoin/rust-miniscript/pull/639)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miniscript"
3-
version = "12.0.0"
3+
version = "12.1.0"
44
authors = ["Andrew Poelstra <[email protected]>, Sanket Kanjalkar <[email protected]>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/rust-bitcoin/rust-miniscript/"

0 commit comments

Comments
 (0)