From 80d4e1e4f75f5faa7e75c8683ee10ecc9cbef886 Mon Sep 17 00:00:00 2001 From: Dmitry Teryaev Date: Tue, 23 Jun 2026 00:17:28 +0300 Subject: [PATCH] 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 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6a7c97..07ef5e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "java-codebase-rag" -version = "0.6.4" +version = "0.6.5" description = "MCP server for semantic + structural search over Java codebases" readme = "README.md" requires-python = ">=3.11"