Skip to content

Commit

Permalink
Merge #217: bump version 0.24.1 -> 0.25.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
apoelstra committed Sep 23, 2024
2 parents 0bd1328 + 14a625f commit a0cee51
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

# 0.25.0 - 2024-09-23

* [https://github.com/ElementsProject/rust-elements/pull/216](add Address::is_liquid)
* [https://github.com/ElementsProject/rust-elements/pull/215](docs: add a bunch of paragraph breaks.)
* [https://github.com/ElementsProject/rust-elements/pull/213](ELIP-0101: rename from LiquiDEX )
* [https://github.com/ElementsProject/rust-elements/pull/212](Stop implementing elements::Encodable with bitcoin::Encodable)
* [https://github.com/ElementsProject/rust-elements/pull/210](Address err refactor)
* [https://github.com/ElementsProject/rust-elements/pull/209](upgrade to bitcoin 0.32)
* [https://github.com/ElementsProject/rust-elements/pull/207](Add elip_liquidex module)
* [https://github.com/ElementsProject/rust-elements/pull/206](pset: elip100: add and get token metadata)
* [https://github.com/ElementsProject/rust-elements/pull/204](tx: add discount_weight and discount_vsize)
* [https://github.com/ElementsProject/rust-elements/pull/203](transaction: range-check pegin data when parsing)
* [https://github.com/ElementsProject/rust-elements/pull/201](pset: add optional asset blinding factor to input and output)
* [https://github.com/ElementsProject/rust-elements/pull/200](pset: input: add blinded issuance flag)
* [https://github.com/ElementsProject/rust-elements/pull/199](pset: input: add explicit amount and asset, and their proofs)

# 0.24.1 - 2024-01-30

* [https://github.com/ElementsProject/rust-elements/pull/196](Add constructor to `FullParams`)
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.24.1"
version = "0.25.0"
authors = ["Andrew Poelstra <apoelstra@blockstream.com>"]
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

0 comments on commit a0cee51

Please sign in to comment.