]> Untitled Git - bdk/commitdiff
release: bump version to 0.30.2
authorSteve Myers <steve@notmandatory.org>
Sat, 15 Feb 2025 04:56:23 +0000 (22:56 -0600)
committerSteve Myers <steve@notmandatory.org>
Tue, 18 Feb 2025 16:56:03 +0000 (10:56 -0600)
CHANGELOG.md
Cargo.toml

index 338b89c1a0cd6af88c5c6c2cc376ae194f3f2165..64dc839a6e9e572a76fb9a49b01351030d4de134 100644 (file)
@@ -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
index fc3e463dadca31df141d10540b22789f2cc9d8d5..f79a5ede24d5d4d9b46bcef406e3ee4d7b7acbb1 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk"
-version = "0.30.1"
+version = "0.30.2"
 authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>"]
 homepage = "https://bitcoindevkit.org"
 repository = "https://github.com/bitcoindevkit/bdk"