Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

# 0.26.0 - 2025-08-22

* [#249](https://github.com/ElementsProject/rust-elements/pull/249) docs: fix changelog links
* [#243](https://github.com/ElementsProject/rust-elements/pull/243) pset: blind: return ephemeral private key
* [#242](https://github.com/ElementsProject/rust-elements/pull/242) Edoc: fix CheckHrpstring::new reference
* [#236](https://github.com/ElementsProject/rust-elements/pull/236) chore: fix some minor issues in comments
* [#230](https://github.com/ElementsProject/rust-elements/pull/230) ci: add lockfile and use rust-bitcoin-maintainer-tools CI setup
* [#228](https://github.com/ElementsProject/rust-elements/pull/228) Enable a ton of pedantic clippy lints

# 0.25.2 - 2025-04-18

* [#226](https://github.com/ElementsProject/rust-elements/pull/226) elip102: rename from elip101
Expand Down
2 changes: 1 addition & 1 deletion Cargo-latest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"

[[package]]
name = "elements"
version = "0.25.2"
version = "0.26.0"
dependencies = [
"bech32",
"bincode",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elements"
version = "0.25.2"
version = "0.26.0"
authors = ["Andrew Poelstra <[email protected]>"]
description = "Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements"
license = "CC0-1.0"
Expand Down