From b2db65a3f6edbae39f924ac75882bfa9d8208422 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:01:15 +0000 Subject: [PATCH] chore(main): release 0.0.10 --- .claude-plugin/plugin.json | 6 ++++-- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 34f1832..2522eec 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "lumen", - "version": "0.0.9", + "version": "0.0.10", "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", @@ -20,7 +20,9 @@ "mcpServers": { "lumen": { "command": "${CLAUDE_PLUGIN_ROOT}/scripts/run.sh", - "args": ["stdio"] + "args": [ + "stdio" + ] } } } diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07509b4..32b319f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.0.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0306a..f1d064e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.0.10](https://github.com/ory/lumen/compare/v0.0.9...v0.0.10) (2026-03-10) + + +### Features + +* better benchmarks with swe-bench approach and improved chunker ([#34](https://github.com/ory/lumen/issues/34)) ([c722d66](https://github.com/ory/lumen/commit/c722d66cc6405a3c838af3ec6d725f42b62bffec)) +* **chunker:** add C# language support ([915e917](https://github.com/ory/lumen/commit/915e917af528109e77be8a48195758c61b43be7e)) + + +### Bug Fixes + +* update guidance for reindexing the Lumen index ([f08c3b9](https://github.com/ory/lumen/commit/f08c3b959bb7a0ff9c74b364d522dbd476e84466)) + ## [0.0.9](https://github.com/ory/lumen/compare/v0.0.8...v0.0.9) (2026-03-04)