]> Untitled Git - bdk/commitdiff
Bump version to 0.29.0
authorSteve Myers <steve@notmandatory.org>
Thu, 5 Oct 2023 15:36:43 +0000 (10:36 -0500)
committerSteve Myers <steve@notmandatory.org>
Thu, 5 Oct 2023 15:42:36 +0000 (10:42 -0500)
CHANGELOG.md
Cargo.toml

index 914985e99f11abd51b821f994f329a78528d9983..b4357dcb4f8d3fe053bfe28b3508af53365e3570 100644 (file)
@@ -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
@@ -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
index d90974fb225654d814da8d63e0ed96d5fd68941f..ed440c4383072e079bde06380dea000411503ffe 100644 (file)
@@ -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"