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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

# 0.25.2 - 2025-04-18

* [https://github.com/ElementsProject/rust-elements/pull/226](elip102: rename from elip101)
* [https://github.com/ElementsProject/rust-elements/pull/225](Make AssetId::from_inner a const function)
* [https://github.com/ElementsProject/rust-elements/pull/224](pset: input: insert non-pset proprietary keys)
* [https://github.com/ElementsProject/rust-elements/pull/223](clippy: fix for new rust stable)
* [https://github.com/ElementsProject/rust-elements/pull/195](Fix WASM build and add a job in CI)
* [https://github.com/ElementsProject/rust-elements/pull/222](elementsd-tests: blind asset issuance based on node version)
* [https://github.com/ElementsProject/rust-elements/pull/220](tx: discountct: add missing testcase)
* [https://github.com/ElementsProject/rust-elements/pull/221](ci: fixes for rust stable clippy, and rust 1.56.1 compilation)

# 0.25.1 - 2024-10-24

* [https://github.com/ElementsProject/rust-elements/pull/218](discount: fix weight calculation)
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.1"
version = "0.25.2"
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
Loading