File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
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 @@ -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