diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7106386..343519b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.7" + ".": "0.3.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 882ca6d..9f35644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.8](https://github.com/tenfourty/kbx/compare/kbx-v0.3.7...kbx-v0.3.8) (2026-06-24) + + +### Features + +* **writes:** auto-commit memory/note/glossary writes (refs [#1](https://github.com/tenfourty/kbx/issues/1)) ([#29](https://github.com/tenfourty/kbx/issues/29)) ([50e9f4a](https://github.com/tenfourty/kbx/commit/50e9f4a55adddf5c9e264f4a4a4cc8c7d944d4e9)) + ## [0.3.7](https://github.com/tenfourty/kbx/compare/kbx-v0.3.6...kbx-v0.3.7) (2026-06-24) diff --git a/pyproject.toml b/pyproject.toml index 67bb9dc..c8ef409 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kbx" -version = "0.3.7" +version = "0.3.8" 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 1d7e992..62eb5e3 100644 --- a/uv.lock +++ b/uv.lock @@ -696,7 +696,7 @@ wheels = [ [[package]] name = "kbx" -version = "0.3.7" +version = "0.3.8" source = { editable = "." } dependencies = [ { name = "click" },