From 281ccaa4ff38aaef3f19e823fb7645e19b28f591 Mon Sep 17 00:00:00 2001 From: safishamsi Date: Fri, 28 Aug 2026 01:25:56 +0100 Subject: [PATCH] chore: bump to 0.9.51 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships three batches: the leiden-direct perf win (#3104) and git-workflow docs; TS new_expression constructor calls (#3116), elixir when-guard-only clauses (#3111), commonlisp path-qualified ids, and the FalkorDB wrong-service test skip; and the correctness set — shrink guard armed on hollow/unparseable/omitting chunks (#3105), --force --code-only full rescan (#3125), carried hyperedge survivor remap (#3102), atexit stat-index no-resurrect (#2974), and Leiden edge-endpoint determinism. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec78d321..46ffcab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Full release notes with details on each version: [GitHub Releases](https://github.com/safishamsi/graphify/releases) -## 0.9.51 (unreleased) +## 0.9.51 (2026-08-28) - Fix: the incomplete-build shrink guard now stays armed when a chunk came back hollow, unparseable, or omitting files, so a run that silently lost content can no longer overwrite the existing graph with a smaller one; a complete run and a retry-recovered chunk are unaffected, and `--allow-partial` still overrides (#3105, thanks @abhay-codes07). - Fix: `graphify extract --force --code-only` now fully rescans code (instead of skipping unchanged files and keeping stale import/alias resolution) while still carrying the existing document/semantic tier forward (#3125, thanks @hopstreax). diff --git a/pyproject.toml b/pyproject.toml index d2b8235d..50f05367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "graphifyy" -version = "0.9.50" +version = "0.9.51" 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 71bd8c70..d772b6cf 100644 --- a/uv.lock +++ b/uv.lock @@ -1090,7 +1090,7 @@ wheels = [ [[package]] name = "graphifyy" -version = "0.9.50" +version = "0.9.51" source = { editable = "." } dependencies = [ { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },