From: Leonardo Lima Date: Thu, 7 May 2026 22:57:47 +0000 (-0300) Subject: chore(release)!: bump `bdk_electrum` to `0.24.0` X-Git-Tag: electrum-0.24.0^2 X-Git-Url: http://internal-gitweb-vhost/blockdata/script/encode/example_cli/database/struct.EncoderStringWriter.html?a=commitdiff_plain;h=41a21fdf689231726d90c061d9d5c4b1e151d073;p=bdk chore(release)!: bump `bdk_electrum` to `0.24.0` - update `bdk_electrum` version to 0.24.0 - update `CHANGELOG.md` --- diff --git a/crates/electrum/CHANGELOG.md b/crates/electrum/CHANGELOG.md index dae8019a..a9471189 100644 --- a/crates/electrum/CHANGELOG.md +++ b/crates/electrum/CHANGELOG.md @@ -7,6 +7,14 @@ Contributors do not need to change this file but do need to add changelog detail The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [electrum-0.24.0] + +### Changed + +- fix(ci): pin `openssl`, and `rustls`. +- chore(deps): bump `electrum-client` to 0.25.0. +- chore: update to use new `electrum-client` features without `use-` prefix. + ## [electrum-0.23.2] ### Added @@ -76,3 +84,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [electrum-0.23.0]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.23.0 [electrum-0.23.1]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.23.1 [electrum-0.23.2]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.23.2 +[electrum-0.24.0]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.24.0 diff --git a/crates/electrum/Cargo.toml b/crates/electrum/Cargo.toml index 1610a592..34b65062 100644 --- a/crates/electrum/Cargo.toml +++ b/crates/electrum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk_electrum" -version = "0.23.2" +version = "0.24.0" edition = "2021" homepage = "https://bitcoindevkit.org" repository = "https://github.com/bitcoindevkit/bdk"