From 5ab49e651781b1f689c8725d8b8875514aa072fc Mon Sep 17 00:00:00 2001 From: Jeremy Brown Date: Wed, 24 Jun 2026 15:10:06 +0200 Subject: [PATCH 1/2] chore(main): release kbx 0.3.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 343519b..e74dc54 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.8" + ".": "0.3.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f35644..bac1f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.9](https://github.com/tenfourty/kbx/compare/kbx-v0.3.8...kbx-v0.3.9) (2026-06-24) + + +### Features + +* **writes:** all-or-nothing batch corrections (refs [#1](https://github.com/tenfourty/kbx/issues/1)) ([#31](https://github.com/tenfourty/kbx/issues/31)) ([69dbd86](https://github.com/tenfourty/kbx/commit/69dbd860241cc1ef8603da9afe6dc4ccd6c766ce)) + ## [0.3.8](https://github.com/tenfourty/kbx/compare/kbx-v0.3.7...kbx-v0.3.8) (2026-06-24) diff --git a/pyproject.toml b/pyproject.toml index c8ef409..45ab223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kbx" -version = "0.3.8" +version = "0.3.9" description = "Local knowledge base CLI — hybrid search over markdown files with AI embeddings" readme = "README.md" license = {text = "Apache-2.0"} From 52bb12a075fa599703f18142916a2525d9d93636 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:10:13 +0000 Subject: [PATCH 2/2] chore: sync uv.lock to release version --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 62eb5e3..15ff792 100644 --- a/uv.lock +++ b/uv.lock @@ -696,7 +696,7 @@ wheels = [ [[package]] name = "kbx" -version = "0.3.8" +version = "0.3.9" source = { editable = "." } dependencies = [ { name = "click" },