Skip to content

Commit 378e753

Browse files
committed
Merge #227: bump version 0.25.1 -> 0.25.2
f2ffa00 bump version 0.25.1 -> 0.25.2 (Riccardo Casatta) Pull request description: The elip rename is a breaking change, but it's highly likely we are the only one using it and a patch release would allow us to avoid the deps release dance ACKs for top commit: LeoComandini: utACK f2ffa00, code review apoelstra: ACK f2ffa00; successfully ran local tests Tree-SHA512: 5d59e4b979e860b5cb0ca527ef644ac94fc4a5c6e832d3927d4b23df0780f87aa3972257c3f16da88d949257aaeea0ef47cf7877c0d6a5ab19e04907f201b869
2 parents 4c7020f + f2ffa00 commit 378e753

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 <[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)