From: Steve Myers Date: Sat, 15 Feb 2025 04:56:23 +0000 (-0600) Subject: release: bump version to 0.30.2 X-Git-Tag: v0.30.2^2 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=7c4850f240ccc9223eb7eac0d6a3422dd4124daf;p=bdk release: bump version to 0.30.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 338b89c1..64dc839a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [v0.30.1] +## [v0.30.2] -### Fixed +- Fix out of memory issue caused by batch fetching many large txs #1831 +- Fix SQLite panic when syncing many large txs #1836 + +## [v0.30.1] - Fix electrum conftime_req filter for needs_block_height #1782 @@ -707,4 +710,5 @@ final transaction is created by calling `finish` on the builder. [v0.29.0]: https://github.com/bitcoindevkit/bdk/compare/v0.28.2...v0.29.0 [v0.30.0]: https://github.com/bitcoindevkit/bdk/compare/v0.29.0...v0.30.0 [v0.30.1]: https://github.com/bitcoindevkit/bdk/compare/v0.30.0...v0.30.1 -[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.30.1...release/0.29 +[v0.30.2]: https://github.com/bitcoindevkit/bdk/compare/v0.30.1...v0.30.2 +[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.30.2...release/0.30 diff --git a/Cargo.toml b/Cargo.toml index fc3e463d..f79a5ede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.30.1" +version = "0.30.2" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org" repository = "https://github.com/bitcoindevkit/bdk"