Skip to content

Commit 80d4e1e

Browse files
HumanBean17claude
andcommitted
bump version to 0.6.5
Performance release: faster init / reprocess / increment with no graph, schema, or CLI changes. Bulk COPY FROM graph writes (#341-#342) and the lifespan-cached LayeredIgnore (#340) take init from ~395s toward ~140s on the profiled medium corpus; the graph-write phase drops ~316s -> ~0.4s. No re-index required -- the bulk path is byte-equivalent to 0.6.4 (verified node-for-node and edge-for-edge, all properties + GraphMeta counters). Ontology version unchanged (17). Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6307c19 commit 80d4e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "java-codebase-rag"
7-
version = "0.6.4"
7+
version = "0.6.5"
88
description = "MCP server for semantic + structural search over Java codebases"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)