Skip to content

Commit f2ffa00

Browse files
committed
bump version 0.25.1 -> 0.25.2
1 parent 4c7020f commit f2ffa00

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

2+
# 0.25.2 - 2025-04-18
3+
4+
* [https://github.com/ElementsProject/rust-elements/pull/226](elip102: rename from elip101)
5+
* [https://github.com/ElementsProject/rust-elements/pull/225](Make AssetId::from_inner a const function)
6+
* [https://github.com/ElementsProject/rust-elements/pull/224](pset: input: insert non-pset proprietary keys)
7+
* [https://github.com/ElementsProject/rust-elements/pull/223](clippy: fix for new rust stable)
8+
* [https://github.com/ElementsProject/rust-elements/pull/195](Fix WASM build and add a job in CI)
9+
* [https://github.com/ElementsProject/rust-elements/pull/222](elementsd-tests: blind asset issuance based on node version)
10+
* [https://github.com/ElementsProject/rust-elements/pull/220](tx: discountct: add missing testcase)
11+
* [https://github.com/ElementsProject/rust-elements/pull/221](ci: fixes for rust stable clippy, and rust 1.56.1 compilation)
12+
213
# 0.25.1 - 2024-10-24
314

415
* [https://github.com/ElementsProject/rust-elements/pull/218](discount: fix weight calculation)

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.1"
3+
version = "0.25.2"
44
authors = ["Andrew Poelstra <apoelstra@blockstream.com>"]
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)