Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable defects found in review and fixed are listed here. Each fix is
guarded by an always-on regression test in the suite (`src/test.rs` and
`tests/builder_network.rs`).

## Unreleased
## 0.1.0

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bdk_sqlx"
version = "0.0.1"
version = "0.1.0"
edition = "2021"
rust-version = "1.88"
license = "MIT"
Expand Down
Loading