Skip to content

Commit 761796c

Browse files
committed
Merge #185: Release 0.24.1
c265699 chore: Bump version to 0.24.1 (valued mammal) Pull request description: Bump version to `0.24.1`. Update CHANGELOG.md. ACKs for top commit: oleonardolima: ACK c265699 Tree-SHA512: 1e73dc9268f0c09224df758cd84620d591f0b0b82e114dfda07507ede5c58b0c43d99d1935b301db46a162e71de35bde56c9f8d36b4d9451f90f56890b48cc07
2 parents b185259 + c265699 commit 761796c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [0.24.1]
13+
- Default to `ring` if multiple `rustls` features are set #183
14+
1215
## [0.24.0]
1316
- Use default `CryptoProvider` if available, otherwise install `rustls`'s `CryptoProvider` based on features #171
1417
- Add a new batch method for `blockchain.transaction.get_merkle` #170
@@ -59,4 +62,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5962
[0.23.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.0...0.23.0
6063
[0.23.1]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.0...0.23.1
6164
[0.24.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.1...0.24.0
62-
[Unreleased]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.24.0...HEAD
65+
[0.24.1]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.24.0...0.24.1
66+
[Unreleased]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.24.1...HEAD

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "electrum-client"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
authors = ["Alekos Filini <[email protected]>"]
55
license = "MIT"
66
homepage = "https://github.com/bitcoindevkit/rust-electrum-client"

0 commit comments

Comments
 (0)