Skip to content

Commit ce7048b

Browse files
committed
bump version 0.4.0 -> 0.5.0
Signed-off-by: Riccardo Casatta <[email protected]>
1 parent 26f8701 commit ce7048b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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)

Cargo-latest.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ dependencies = [
269269

270270
[[package]]
271271
name = "elements-miniscript"
272-
version = "0.4.0"
272+
version = "0.5.0"
273273
dependencies = [
274274
"base64 0.13.1",
275275
"bitcoin 0.32.7",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elements-miniscript"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Andrew Poelstra <[email protected]>, Sanket Kanjalkar <[email protected]>"]
55
repository = "https://github.com/ElementsProject/elements-miniscript"
66
description = "Elements Miniscript: Miniscript, but for elements"

0 commit comments

Comments
 (0)