From 4fca621532a23f84f69c31e397b75f8105cb5390 Mon Sep 17 00:00:00 2001 From: safishamsi Date: Sat, 15 Aug 2026 22:10:43 +0100 Subject: [PATCH] chore: bump to 0.9.44 Ships the accumulated 0.9.44 fixes: OCaml qualified-call fix; cross-file uses attribution (#2652), nested JS functions incl. arrow idioms (#2653), bash source-path resolution + traversal gate (#2596), wiki verbatim links (#2597), export MAX_PATH budgeting (#2655), external-import & function-expression indirect_call shadows (#2757/#2752), lazy CommonJS requires (#2700), affected absolute-seed root (#2706), cpp doctest TEST_CASE recovery (#2594), git-tracked gitignored files (#2759), CLAUDE_CONFIG_DIR always-on install (#2694), and committed viz-node-limit config (#2760). 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 72be356a..e27b5e67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "graphifyy" -version = "0.9.43" +version = "0.9.44" 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 279516c1..1115ee90 100644 --- a/uv.lock +++ b/uv.lock @@ -1090,7 +1090,7 @@ wheels = [ [[package]] name = "graphifyy" -version = "0.9.43" +version = "0.9.44" source = { editable = "." } dependencies = [ { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },