Skip to content

Commit 4f0ad73

Browse files
chore(main): release 0.0.15 (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent edb13dc commit 4f0ad73

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.14",
3+
"version": "0.0.15",
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.14"
2+
".": "0.0.15"
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.15](https://github.com/ory/lumen/compare/v0.0.14...v0.0.15) (2026-03-17)
4+
5+
6+
### Features
7+
8+
* **bench-swe:** add PTerm-based TUI progress component ([#43](https://github.com/ory/lumen/issues/43)) ([edb13dc](https://github.com/ory/lumen/commit/edb13dc5fb5b669fa32c54ff90579393e96f21aa))
9+
310
## [0.0.14](https://github.com/ory/lumen/compare/v0.0.13...v0.0.14) (2026-03-16)
411

512

0 commit comments

Comments
 (0)