From 558df6d57d61cb6ef79c740ec7473c6d953d79a7 Mon Sep 17 00:00:00 2001 From: safishamsi Date: Mon, 17 Aug 2026 19:21:39 +0100 Subject: [PATCH] chore: bump to 0.9.46 Ships: Common Lisp extractor; the graph-correctness batch (edge-relation collapse #2803, orphaned-import sweep #2807, hyperedge member rewire #2805, non-UTF-8 ignore #2798, id-less hyperedge #2775, Go case-only #2779, .graphify_root validation #2603, #2694 part 2); the fresh-contributor batch (markdown node_kind #2533, post-checkout skip #2421, underscore query #2473, Java annotation refs #2426); and the normalize_id caseless-stability fix. Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6368300..882ef533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "graphifyy" -version = "0.9.45" +version = "0.9.46" description = "AI coding assistant skill (Claude Code, CodeBuddy, Codex, OpenCode, Kilo Code, Cursor, Gemini CLI, Aider, OpenClaw, Factory Droid, Trae, Hermes, Kiro, Pi, Devin CLI, Google Antigravity) - turn any folder of code, docs, papers, images, or videos into a queryable knowledge graph" readme = "README.md" license = "Apache-2.0" diff --git a/uv.lock b/uv.lock index 1850521a..8e8313f1 100644 --- a/uv.lock +++ b/uv.lock @@ -1090,7 +1090,7 @@ wheels = [ [[package]] name = "graphifyy" -version = "0.9.45" +version = "0.9.46" source = { editable = "." } dependencies = [ { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },