File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.4.3]
11+
12+ ### Fixed
13+
14+ - fix: Avoid inserting rows of duplicate height into ` block ` table #9
15+
16+ ### Changed
17+
18+ - feat: Make ` Store::migrate ` public
19+ - deps: Bump ` bdk_wallet ` to 2.3.0
20+
21+ [ unreleased ] : https://github.com/bitcoindevkit/bdk-sqlite/compare/0.4.3...HEAD
22+ [ 0.4.3 ] : https://github.com/bitcoindevkit/bdk-sqlite/releases/tag/0.4.3
Original file line number Diff line number Diff line change 11[package ]
22name = " bdk_sqlite"
3- version = " 0.4.2 "
3+ version = " 0.4.3 "
44authors = [" Bitcoin Dev Kit Developers" ]
55rust-version = " 1.85.0"
66edition = " 2024"
You can’t perform that action at this time.
0 commit comments