Skip to content

Commit 07a7edf

Browse files
chore(main): release 0.0.20 (#59)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5074e2 commit 07a7edf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumen",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"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.",
55
"author": {
66
"name": "Ory Corp",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.19"
2+
".": "0.0.20"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.20](https://github.com/ory/lumen/compare/v0.0.19...v0.0.20) (2026-03-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **index:** cap parent index walk at git repo boundary + store perf improvements ([#58](https://github.com/ory/lumen/issues/58)) ([c5074e2](https://github.com/ory/lumen/commit/c5074e24409d0b81e9393a87501017c0a61f4f7d))
9+
310
## [0.0.19](https://github.com/ory/lumen/compare/v0.0.18...v0.0.19) (2026-03-18)
411

512

0 commit comments

Comments
 (0)