Skip to content

Commit 02f2ef8

Browse files
chore(main): release 0.0.14 (#48)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1ae2993 commit 02f2ef8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.13",
3+
"version": "0.0.14",
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.13"
2+
".": "0.0.14"
33
}

CHANGELOG.md

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

3+
## [0.0.14](https://github.com/ory/lumen/compare/v0.0.13...v0.0.14) (2026-03-16)
4+
5+
6+
### Features
7+
8+
* distribute lumen binary via npm optional dependencies ([#47](https://github.com/ory/lumen/issues/47)) ([6c382af](https://github.com/ory/lumen/commit/6c382af75e2c79199910edd265cb61892284bf80))
9+
10+
11+
### Performance Improvements
12+
13+
* **e2e:** parallelize all E2E tests and fix openIndexDB race ([#45](https://github.com/ory/lumen/issues/45)) ([1ae2993](https://github.com/ory/lumen/commit/1ae29934166c0943e8c82da29865929e75a73c17))
14+
315
## [0.0.13](https://github.com/ory/lumen/compare/v0.0.12...v0.0.13) (2026-03-16)
416

517

0 commit comments

Comments
 (0)