Skip to content

Commit dbeaf61

Browse files
committed
Merge #190: release 0.24.0
9887cf7 release 0.24.0 (Riccardo Casatta) Pull request description: ACKs for top commit: delta1: ACK 9887cf7 apoelstra: ACK 9887cf7 Tree-SHA512: 4e405427ae39cafd841f30cb549e935f8644fe6c26fcb6321b098735d47b1c73b3a890aff899528829f66e06f974f26f2b9ca1c02468689a80d44d285b709e6f
2 parents 07a52c0 + 9887cf7 commit dbeaf61

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

2+
# 0.24.0 - 2024-01-12
3+
4+
* [https://github.com/ElementsProject/rust-elements/pull/188](Update rust-bitcoin to 0.31.0, and associated dependencies)
5+
* [https://github.com/ElementsProject/rust-elements/pull/186](Updated doc for impl Value blind method - returns blinded value*)
6+
* [https://github.com/ElementsProject/rust-elements/pull/185](Exposed RangeProofMessage publically)
7+
* [https://github.com/ElementsProject/rust-elements/pull/183](elip100: add missing AssetMetadata::new method)
8+
* [https://github.com/ElementsProject/rust-elements/pull/182](ELIP-0100 implementation)
9+
* [https://github.com/ElementsProject/rust-elements/pull/178](pset: fix remove_output)
10+
* [https://github.com/ElementsProject/rust-elements/pull/177](rename pset::str::Error to ParseError and expose it)
11+
* [https://github.com/ElementsProject/rust-elements/pull/176](Remove slip77)
12+
* [https://github.com/ElementsProject/rust-elements/pull/175](Add to and from base64 string to pset)
13+
* [https://github.com/ElementsProject/rust-elements/pull/173](Fix examples)
14+
* [https://github.com/ElementsProject/rust-elements/pull/171](Create explicit empty and null values for some types)
15+
216
# 0.23.0 - 2023-06-18
317

418
* https://github.com/ElementsProject/rust-elements/pull/167 Implement Ord for Transaction

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.23.0"
3+
version = "0.24.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)