Skip to content

Commit 8d54d0d

Browse files
committed
release 0.23.0
1 parent f3f7640 commit 8d54d0d

2 files changed

Lines changed: 5 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"

0 commit comments

Comments
 (0)