Skip to content

Commit 7231039

Browse files
committed
release: bump version to 0.28.1
Summary This patch release backports (from the BDK 1.0 dev branch) a fix for a bug in the policy condition calculation and adds a new taproot single key descriptor template (BIP-86). The policy condition calculation bug can cause issues when a policy subtree fails due to missing info even if it's not selected when creating a new transaction, errors on unused policy paths are now ignored. Fixed - Backported #932 fix for policy condition calculation #1008 Added - Backported #840 taproot descriptor template (BIP-86) #1033
1 parent 1d840e0 commit 7231039

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [v0.28.1]
13+
14+
### Summary
15+
16+
This patch release backports (from the BDK 1.0 dev branch) a fix for a bug in the policy condition calculation and adds a new taproot single key descriptor template (BIP-86). The policy condition calculation bug can cause issues when a policy subtree fails due to missing info even if it's not selected when creating a new transaction, errors on unused policy paths are now ignored.
17+
18+
### Fixed
19+
20+
- Backported #932 fix for policy condition calculation #1008
21+
22+
### Added
23+
24+
- Backported #840 taproot descriptor template (BIP-86) #1033
25+
1226
## [v0.28.0]
1327

1428
### Summary
@@ -656,4 +670,5 @@ final transaction is created by calling `finish` on the builder.
656670
[v0.27.0]: https://github.com/bitcoindevkit/bdk/compare/v0.26.0...v0.27.0
657671
[v0.27.1]: https://github.com/bitcoindevkit/bdk/compare/v0.27.0...v0.27.1
658672
[v0.28.0]: https://github.com/bitcoindevkit/bdk/compare/v0.27.1...v0.28.0
659-
[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.28.0...HEAD
673+
[v0.28.1]: https://github.com/bitcoindevkit/bdk/compare/v0.28.0...v0.28.1
674+
[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.28.1...HEAD

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.28.0"
3+
version = "0.28.1"
44
edition = "2018"
55
authors = ["Alekos Filini <[email protected]>", "Riccardo Casatta <[email protected]>"]
66
homepage = "https://bitcoindevkit.org"

0 commit comments

Comments
 (0)