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"} 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" },