From adb653a8df19b019a6226203f2c3e8f2f7c53410 Mon Sep 17 00:00:00 2001 From: russeree Date: Mon, 10 Aug 2026 12:27:43 -0700 Subject: [PATCH] chore: bump version to 0.1.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6201729..defdf00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 5da9def..d44fd6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk_sqlx" -version = "0.0.1" +version = "0.1.0" edition = "2021" rust-version = "1.88" license = "MIT"