Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version 0.24.1 -> 0.25.0 #217

Merged
merged 1 commit into from
Sep 23, 2024
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
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
Loading