diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 18c32ef0..e8e6ff51 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "lumen", - "version": "0.0.25", + "version": "0.0.26", "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 6e0e77ba..dba10b1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.25" + ".": "0.0.26" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7267c299..8c69ca76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.26](https://github.com/ory/lumen/compare/v0.0.25...v0.0.26) (2026-04-01) + + +### Bug Fixes + +* **search:** pass db file path instead of directory to setupIndexer ([#75](https://github.com/ory/lumen/issues/75)) ([81cb4db](https://github.com/ory/lumen/commit/81cb4dbdbaff09713a38dfb28635805199c6d97b)) + ## [0.0.25](https://github.com/ory/lumen/compare/v0.0.24...v0.0.25) (2026-03-28)