From 7c4850f240ccc9223eb7eac0d6a3422dd4124daf Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 14 Feb 2025 22:56:23 -0600 Subject: [PATCH] release: bump version to 0.30.2 --- CHANGELOG.md | 10 +++++++--- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) 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" -- 2.49.0