Skip to content

Commit

Permalink
release: bump version to 0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Feb 18, 2025
1 parent 1065511 commit 7c4850f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7c4850f

Please # to comment.