diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a9a03a6e..18c32ef0 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "lumen", - "version": "0.0.24", + "version": "0.0.25", "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 9740c6dc..6e0e77ba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.24" + ".": "0.0.25" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a30c9905..7267c299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.25](https://github.com/ory/lumen/compare/v0.0.24...v0.0.25) (2026-03-28) + + +### Features + +* **chunker:** add Dart language support ([#69](https://github.com/ory/lumen/issues/69)) ([00a985b](https://github.com/ory/lumen/commit/00a985b5deca29a2a1c5b10143304b6d0ebb0f1f)) + ## [0.0.24](https://github.com/ory/lumen/compare/v0.0.23...v0.0.24) (2026-03-27)