diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5b7d8ef..7b262b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.59" + ".": "0.1.60" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d87c5..6195d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.60](https://github.com/tenfourty/kbx/compare/kbx-v0.1.59...kbx-v0.1.60) (2026-03-16) + + +### Features + +* entity-scoped fact IDs + view/list consolidation + MCP breadcrumbs ([a8d7fc0](https://github.com/tenfourty/kbx/commit/a8d7fc00d866a0d7c8ec11213ed16ab5b72fb27e)) + ## [0.1.59](https://github.com/tenfourty/kbx/compare/kbx-v0.1.58...kbx-v0.1.59) (2026-03-16) diff --git a/pyproject.toml b/pyproject.toml index 0f1881b..6255434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kbx" -version = "0.1.59" +version = "0.1.60" description = "Local knowledge base CLI — hybrid search over markdown files with AI embeddings" readme = "README.md" license = {text = "Apache-2.0"}