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+
19# 0.4.0 - Oct 8, 2024
210
311- 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 = [
269269
270270[[package]]
271271name = "elements-miniscript"
272- version = "0.4 .0"
272+ version = "0.5 .0"
273273dependencies = [
274274 "base64 0.13.1",
275275 "bitcoin 0.32.7",
Original file line number Diff line number Diff line change 11[package ]
22name = " elements-miniscript"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [
" Andrew Poelstra <[email protected] >, Sanket Kanjalkar <[email protected] >" ]
55repository = " https://github.com/ElementsProject/elements-miniscript"
66description = " Elements Miniscript: Miniscript, but for elements"
You can’t perform that action at this time.
0 commit comments