diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 960fb18..02a1956 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "lumen", - "version": "0.0.16", + "version": "0.0.17", "description": "Precise local semantic code search via MCP. Indexes your codebase with Go AST parsing, embeds with Ollama or LM Studio, and exposes vector search to Claude through an MCP server — no cloud, no npm.", "author": { "name": "Ory Corp", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc7fc76..e4df6aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.16" + ".": "0.0.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9139cc9..bd362de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.17](https://github.com/ory/lumen/compare/v0.0.16...v0.0.17) (2026-03-17) + + +### Features + +* **index:** seed worktree indexes from sibling to skip full re-embedding ([#52](https://github.com/ory/lumen/issues/52)) ([76809bd](https://github.com/ory/lumen/commit/76809bddbd2cc6ee8d071758d3185d64a6775f1d)) + ## [0.0.16](https://github.com/ory/lumen/compare/v0.0.15...v0.0.16) (2026-03-17)