Skip to content

Commit

Permalink
Bump version to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Oct 5, 2023
1 parent e3ca356 commit 7914ff0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.29.0]

### Summary

This maintenance release updates our `rust-bitcoin` dependency to 0.30.x and fixes a wallet balance bug when a wallet has more than one coinbase transaction.

### Changed

- Update rust-bitcoin to 0.30 #1071

### Fixed

- Fix a bug when syncing coinbase utxos on electrum #1090

## [v0.28.2]

### Summary
Expand Down Expand Up @@ -678,4 +692,5 @@ final transaction is created by calling `finish` on the builder.
[v0.28.0]: https://github.com/bitcoindevkit/bdk/compare/v0.27.1...v0.28.0
[v0.28.1]: https://github.com/bitcoindevkit/bdk/compare/v0.28.0...v0.28.1
[v0.28.2]: https://github.com/bitcoindevkit/bdk/compare/v0.28.1...v0.28.2
[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.28.2...HEAD
[v0.29.0]: https://github.com/bitcoindevkit/bdk/compare/v0.28.2...v0.29.0
[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.29.0...HEAD
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.28.2"
version = "0.29.0"
edition = "2018"
authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>"]
homepage = "https://bitcoindevkit.org"
Expand Down

0 comments on commit 7914ff0

Please sign in to comment.