diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 70ccd85..5b23bf3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.63" + ".": "0.1.64" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4558ccb..cd384a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.64](https://github.com/tenfourty/kbx/compare/kbx-v0.1.63...kbx-v0.1.64) (2026-05-11) + + +### Bug Fixes + +* **meetings:** coerce null attendee fields in frontmatter ([7c72b90](https://github.com/tenfourty/kbx/commit/7c72b9033d839c84e06416bb40062acb853b1b98)) + + +### Documentation + +* **plans:** commit context-people-tiers and FTS improvements plans ([520a85a](https://github.com/tenfourty/kbx/commit/520a85ac57882c404a704b9e85c62128b253ae59)) + ## [0.1.63](https://github.com/tenfourty/kbx/compare/kbx-v0.1.62...kbx-v0.1.63) (2026-03-17) diff --git a/pyproject.toml b/pyproject.toml index 8971325..b8fee79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kbx" -version = "0.1.63" +version = "0.1.64" description = "Local knowledge base CLI — hybrid search over markdown files with AI embeddings" readme = "README.md" license = {text = "Apache-2.0"}