Skip to content

Commit 2a5b5cd

Browse files
committed
Merge #170: release 0.23.0
802c0f4 pin serde_json for 1.48.0 (Riccardo Casatta) 8d54d0d release 0.23.0 (Riccardo Casatta) Pull request description: ACKs for top commit: apoelstra: ACK 802c0f4 Tree-SHA512: d04f4daca5ce6093d5fbdb16b0883149244f2e454b1113e6049bbf0cdaef9b964ed5a336537a3ac2bdfa2700e302d9e4d86a23ba4f80521142e8f0c27bdd5c02
2 parents b9db351 + 802c0f4 commit 2a5b5cd

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11

2-
# 0.23.0 -
2+
# 0.23.0 - 2023-06-18
33

4-
* rename all Sighash types downcasing the middle "h", for example: SigHash -> Sighash
4+
* https://github.com/ElementsProject/rust-elements/pull/167 Implement Ord for Transaction
5+
* https://github.com/ElementsProject/rust-elements/pull/168 add Height::ZERO associated constant
6+
* https://github.com/ElementsProject/rust-elements/pull/169 rename all Sighash types downcasing the middle "h", for example: SigHash -> Sighash
57

68
# 0.22.0 - 2023-06-08
79

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.22.0"
3+
version = "0.23.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"

contrib/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FEATURES="serde"
44

55
# Pin dependencies as required if we are using MSRV toolchain.
66
if cargo --version | grep "1\.48"; then
7+
cargo update -p serde_json --precise 1.0.99
78
# 1.0.157 uses syn 2.0 which requires edition 2018
89
cargo update -p serde --precise 1.0.156
910
fi

0 commit comments

Comments
 (0)