Skip to content

Commit 7c4850f

Browse files
committed
release: bump version to 0.30.2
1 parent 1065511 commit 7c4850f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12-
## [v0.30.1]
12+
## [v0.30.2]
1313

14-
### Fixed
14+
- Fix out of memory issue caused by batch fetching many large txs #1831
15+
- Fix SQLite panic when syncing many large txs #1836
16+
17+
## [v0.30.1]
1518

1619
- Fix electrum conftime_req filter for needs_block_height #1782
1720

@@ -707,4 +710,5 @@ final transaction is created by calling `finish` on the builder.
707710
[v0.29.0]: https://github.com/bitcoindevkit/bdk/compare/v0.28.2...v0.29.0
708711
[v0.30.0]: https://github.com/bitcoindevkit/bdk/compare/v0.29.0...v0.30.0
709712
[v0.30.1]: https://github.com/bitcoindevkit/bdk/compare/v0.30.0...v0.30.1
710-
[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.30.1...release/0.29
713+
[v0.30.2]: https://github.com/bitcoindevkit/bdk/compare/v0.30.1...v0.30.2
714+
[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.30.2...release/0.30

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk"
3-
version = "0.30.1"
3+
version = "0.30.2"
44
authors = ["Alekos Filini <[email protected]>", "Riccardo Casatta <[email protected]>"]
55
homepage = "https://bitcoindevkit.org"
66
repository = "https://github.com/bitcoindevkit/bdk"

0 commit comments

Comments
 (0)