Skip to content

Commit 1c260fe

Browse files
committed
chore: bump version to 0.4.3
- Add `CHANGELOG.md`
1 parent e6a0fb0 commit 1c260fe

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

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_sqlite"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Bitcoin Dev Kit Developers"]
55
rust-version = "1.85.0"
66
edition = "2024"

0 commit comments

Comments
 (0)