Skip to content

Commit a0cee51

Browse files
committed
Merge #217: bump version 0.24.1 -> 0.25.0
14a625f bump version 0.24.1 -> 0.25.0 (Riccardo Casatta) Pull request description: ACKs for top commit: apoelstra: ACK 14a625f successfully ran local tests; looks good -- the list is small enough that I think it's fine to include even trivial ones like doc changes Tree-SHA512: 9cfa216f6e8f160f4274254108f9b355fbe7e6a507cec51622841e319b1c7794bed56610a2235ec3b83636c7cb35be4852d81698741419b2ee5c883e1d500f59
2 parents 0bd1328 + 14a625f commit a0cee51

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

2+
# 0.25.0 - 2024-09-23
3+
4+
* [https://github.com/ElementsProject/rust-elements/pull/216](add Address::is_liquid)
5+
* [https://github.com/ElementsProject/rust-elements/pull/215](docs: add a bunch of paragraph breaks.)
6+
* [https://github.com/ElementsProject/rust-elements/pull/213](ELIP-0101: rename from LiquiDEX )
7+
* [https://github.com/ElementsProject/rust-elements/pull/212](Stop implementing elements::Encodable with bitcoin::Encodable)
8+
* [https://github.com/ElementsProject/rust-elements/pull/210](Address err refactor)
9+
* [https://github.com/ElementsProject/rust-elements/pull/209](upgrade to bitcoin 0.32)
10+
* [https://github.com/ElementsProject/rust-elements/pull/207](Add elip_liquidex module)
11+
* [https://github.com/ElementsProject/rust-elements/pull/206](pset: elip100: add and get token metadata)
12+
* [https://github.com/ElementsProject/rust-elements/pull/204](tx: add discount_weight and discount_vsize)
13+
* [https://github.com/ElementsProject/rust-elements/pull/203](transaction: range-check pegin data when parsing)
14+
* [https://github.com/ElementsProject/rust-elements/pull/201](pset: add optional asset blinding factor to input and output)
15+
* [https://github.com/ElementsProject/rust-elements/pull/200](pset: input: add blinded issuance flag)
16+
* [https://github.com/ElementsProject/rust-elements/pull/199](pset: input: add explicit amount and asset, and their proofs)
17+
218
# 0.24.1 - 2024-01-30
319

420
* [https://github.com/ElementsProject/rust-elements/pull/196](Add constructor to `FullParams`)

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.24.1"
3+
version = "0.25.0"
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)