diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 701348c..a9a03a6 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "lumen", - "version": "0.0.23", + "version": "0.0.24", "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 a244a27..9740c6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.23" + ".": "0.0.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 05303c9..a30c990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.24](https://github.com/ory/lumen/compare/v0.0.23...v0.0.24) (2026-03-27) + + +### Bug Fixes + +* reindex stability — sentinel resume, donor safety, worktree subdirs, progress bar ([#67](https://github.com/ory/lumen/issues/67)) ([07782d6](https://github.com/ory/lumen/commit/07782d63c97cc91c0c4dee1169d7965221d733ee)) + ## [0.0.23](https://github.com/ory/lumen/compare/v0.0.22...v0.0.23) (2026-03-24)