Skip to content

Commit 46cda3c

Browse files
committed
bump version 0.25.2 -> 0.25.3
1 parent 72ed91e commit 46cda3c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
# 0.25.3 - 2025-08-22
3+
4+
* [https://github.com/ElementsProject/rust-elements/pull/243](pset: blind: return ephemeral private key)
5+
* [https://github.com/ElementsProject/rust-elements/pull/242](Edoc: fix CheckHrpstring::new reference)
6+
* [https://github.com/ElementsProject/rust-elements/pull/236](chore: fix some minor issues in comments )
7+
* [https://github.com/ElementsProject/rust-elements/pull/230](ci: add lockfile and use rust-bitcoin-maintainer-tools CI setup)
8+
* [https://github.com/ElementsProject/rust-elements/pull/228](Enable a ton of pedantic clippy lints)
9+
210
# 0.25.2 - 2025-04-18
311

412
* [https://github.com/ElementsProject/rust-elements/pull/226](elip102: rename from elip101)

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"
3-
version = "0.25.2"
3+
version = "0.25.3"
44
authors = ["Andrew Poelstra <[email protected]>"]
55
description = "Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements"
66
license = "CC0-1.0"

0 commit comments

Comments
 (0)