Skip to content

Commit 05a24ad

Browse files
committed
bump version to 0.26.1
Let's just cut a release with these changes. Then I can do a followup PR which uses the semver trick in a new 0.25.3.
1 parent 2b89d5f commit 05a24ad

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

2+
# 0.26.1 - 2025-08-28
3+
4+
* [#250](https://github.com/ElementsProject/rust-elements/pull/250) API cleanups
5+
* implement `Encodable` and `Decodable` for `Vec<T>` whenever `T` is `Encodable`/`Decodable` and `'static`
6+
* add missing export of error sub-type `pset::PsetHash`
7+
28
# 0.26.0 - 2025-08-22
39

410
* [#249](https://github.com/ElementsProject/rust-elements/pull/249) docs: fix changelog links

Cargo-latest.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
190190

191191
[[package]]
192192
name = "elements"
193-
version = "0.26.0"
193+
version = "0.26.1"
194194
dependencies = [
195195
"bech32",
196196
"bincode",

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.26.0"
3+
version = "0.26.1"
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)