From de4bfc2e5de79ccda8ff01553b1bbc93d205dc57 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Mon, 28 Oct 2024 14:32:23 +0100 Subject: [PATCH] bump version 0.25.0 -> 0.25.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25bdb375..b35d4dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +# 0.25.1 - 2024-10-24 + +* [https://github.com/ElementsProject/rust-elements/pull/218](discount: fix weight calculation) + # 0.25.0 - 2024-09-23 * [https://github.com/ElementsProject/rust-elements/pull/216](add Address::is_liquid) diff --git a/Cargo.toml b/Cargo.toml index 302b1dd5..94e330a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elements" -version = "0.25.0" +version = "0.25.1" authors = ["Andrew Poelstra "] description = "Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements" license = "CC0-1.0"