]> Untitled Git - bdk/commitdiff
chore(release)!: bump `bdk_electrum` to `0.24.0`
authorLeonardo Lima <oleonardolima@users.noreply.github.com>
Thu, 7 May 2026 22:57:47 +0000 (19:57 -0300)
committer志宇 <hello@evanlinjin.me>
Fri, 8 May 2026 09:32:22 +0000 (09:32 +0000)
- update `bdk_electrum` version to 0.24.0
- update `CHANGELOG.md`

crates/electrum/CHANGELOG.md
crates/electrum/Cargo.toml

index dae8019a1c6ce2871966c9c5c1192a4e7982e614..a9471189c29ac5d6b3b6430244b55ca807d1a15a 100644 (file)
@@ -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
index 1610a59295686ca6b7f620b8b03f447750096825..34b6506240ffad92625a3c243250b08948438d25 100644 (file)
@@ -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"