File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.0 - Aug 26, 2025
2
+
3
+ - bump rust elements dep to 0.26.0
4
+ - get CI up to date; pin nightly rust version; fix some clippy lints [ #98 ] ( https://github.com/ElementsProject/elements-miniscript/pull/98 )
5
+ - Pegin desc wildcard [ #96 ] ( https://github.com/ElementsProject/elements-miniscript/pull/96 )
6
+ - Remove inner checksum in pegin descriptor [ #95 ] ( https://github.com/ElementsProject/elements-miniscript/pull/95 )
7
+ - simplicity: swap program and witness data in satisfaction [ #94 ] ( https://github.com/ElementsProject/elements-miniscript/pull/94 )
8
+
1
9
# 0.4.0 - Oct 8, 2024
2
10
3
11
- Use rust-bitcoin 0.32.0 and rust-elements 0.25.0 [ #90 ] ( https://github.com/ElementsProject/elements-miniscript/pull/90 )
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
256
256
257
257
[[package]]
258
258
name = "elements"
259
- version = "0.25.2 "
259
+ version = "0.26.0 "
260
260
source = "registry+https://github.com/rust-lang/crates.io-index"
261
261
checksum = "81b2569d3495bfdfce36c504fd4d78752ff4a7699f8a33e6f3ee523bddf9f6ad"
262
262
dependencies = [
@@ -269,7 +269,7 @@ dependencies = [
269
269
270
270
[[package]]
271
271
name = "elements-miniscript"
272
- version = "0.4 .0"
272
+ version = "0.5 .0"
273
273
dependencies = [
274
274
"base64 0.13.1",
275
275
"bitcoin 0.32.7",
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " elements-miniscript"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
authors = [
" Andrew Poelstra <[email protected] >, Sanket Kanjalkar <[email protected] >" ]
5
5
repository = " https://github.com/ElementsProject/elements-miniscript"
6
6
description = " Elements Miniscript: Miniscript, but for elements"
You can’t perform that action at this time.
0 commit comments