Skip to content

Commit c51d488

Browse files
committed
chore: Update CHANGELOG.md for 0.5.0
1 parent 4d57478 commit c51d488

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.0]
11+
12+
### Fixed
13+
14+
- fix: Respect null columns when reading `tx` table
15+
16+
### Changed
17+
18+
- schema: Add migration `0002_schema.up.sql` [#14](https://github.com/bitcoindevkit/bdk-sqlite/pull/14)
19+
20+
**This release includes a migration that changes the database schema in 2 ways**:
21+
22+
- The `block` table's PRIMARY KEY is changed to `height`; previously it was `(height, hash)`
23+
- The type of `anchor.block_hash` column is changed to TEXT; previously it was INTEGER
24+
1025
## [0.4.3]
1126

1227
### Fixed
1328

14-
- fix: Avoid inserting rows of duplicate height into `block` table #9
29+
- fix: Avoid inserting rows of duplicate height into `block` table [#9](https://github.com/bitcoindevkit/bdk-sqlite/pull/9)
1530

1631
### Changed
1732

1833
- feat: Make `Store::migrate` public
1934
- deps: Bump `bdk_wallet` to 2.3.0
2035

21-
[unreleased]: https://github.com/bitcoindevkit/bdk-sqlite/compare/0.4.3...HEAD
36+
[unreleased]: https://github.com/bitcoindevkit/bdk-sqlite/compare/0.5.0...HEAD
37+
[0.5.0]: https://github.com/bitcoindevkit/bdk-sqlite/releases/tag/0.5.0
2238
[0.4.3]: https://github.com/bitcoindevkit/bdk-sqlite/releases/tag/0.4.3

0 commit comments

Comments
 (0)