From fbffdfe65e846cbd9f42ab7df0854da2f35ec9bf Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Tue, 29 Jul 2025 16:37:55 -0300 Subject: [PATCH 1/2] chore(release): bump version to `0.24.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8453a4d..cb9f189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrum-client" -version = "0.23.1" +version = "0.24.0" authors = ["Alekos Filini "] license = "MIT" homepage = "https://github.com/bitcoindevkit/rust-electrum-client" From 24d07e2cac0045be2c52bf4982cf8abc0def1cfc Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Tue, 29 Jul 2025 16:38:31 -0300 Subject: [PATCH 2/2] chore(release): update `CHANGELOG.md` --- CHANGELOG.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40111c5..5eda819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.0] + - Use default `CryptoProvider` if available, otherwise install `rustls`'s `CryptoProvider` based on features #171 + - Add a new batch method for `blockchain.transaction.get_merkle` #170 ## [0.23.1] - Fix batch request to Electrum servers out of order responses #160 @@ -49,10 +52,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Revert "errors if expecting headers notification but not subscribed" #115 [0.18.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.17.0...0.18.0 -[0.19.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.18.0...v0.19.0 -[0.20.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.19.0...v0.20.0 -[0.21.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.20.0...v0.21.0 -[0.22.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.21.0...v0.22.0 -[0.23.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.0...v0.23.0 -[0.23.1]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.0...v0.23.1 -[Unreleased]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.1...HEAD +[0.19.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.18.0...0.19.0 +[0.20.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.19.0...0.20.0 +[0.21.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.20.0...0.21.0 +[0.22.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.21.0...0.22.0 +[0.23.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.0...0.23.0 +[0.23.1]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.0...0.23.1 +[0.24.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.1...0.24.0 +[Unreleased]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.24.0...HEAD