File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ # 0.26.0 - 2025-08-22
3
+
4
+ * [ #249 ] ( https://github.com/ElementsProject/rust-elements/pull/249 ) docs: fix changelog links
5
+ * [ #243 ] ( https://github.com/ElementsProject/rust-elements/pull/243 ) pset: blind: return ephemeral private key
6
+ * [ #242 ] ( https://github.com/ElementsProject/rust-elements/pull/242 ) Edoc: fix CheckHrpstring::new reference
7
+ * [ #236 ] ( https://github.com/ElementsProject/rust-elements/pull/236 ) chore: fix some minor issues in comments
8
+ * [ #230 ] ( https://github.com/ElementsProject/rust-elements/pull/230 ) ci: add lockfile and use rust-bitcoin-maintainer-tools CI setup
9
+ * [ #228 ] ( https://github.com/ElementsProject/rust-elements/pull/228 ) Enable a ton of pedantic clippy lints
10
+
2
11
# 0.25.2 - 2025-04-18
3
12
4
13
* [ #226 ] ( https://github.com/ElementsProject/rust-elements/pull/226 ) elip102: rename from elip101
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
190
190
191
191
[[package]]
192
192
name = "elements"
193
- version = "0.25.2 "
193
+ version = "0.26.0 "
194
194
dependencies = [
195
195
"bech32",
196
196
"bincode",
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " elements"
3
- version = " 0.25.2 "
3
+ version = " 0.26.0 "
4
4
authors = [
" Andrew Poelstra <[email protected] >" ]
5
5
description = " Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements"
6
6
license = " CC0-1.0"
You can’t perform that action at this time.
0 commit comments