From 282976b2f4066b55cf2fa346c3d5568f7ac044e2 Mon Sep 17 00:00:00 2001 From: safishamsi Date: Mon, 24 Aug 2026 14:18:33 +0100 Subject: [PATCH] chore: bump to 0.9.49 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships four batches this cycle: tsconfig cache-clear (#2917), C# generic type args at call sites + field position (#2911), PDF/document slicing (#2900/#2903/#2906); the LLM/cache resilience set — zero-node retry (#2927), reasoning-JSON recovery scope (#2926), code-only --force semantic preservation (#2923), cross-language builtin-base fix (#2812), uv-tool hook resolution (#2852), pre-manifest obsidian adoption (#2863); language extractors — zig enum/union methods (#2999), julia abstract supertypes (#3000), commonlisp cross-file inherits (#3001), powershell enums (#3002); and C#/extractor/merge fixes — C# object creation (#2997), interface dispatch (#3003), property nodes (#3006), cross-repo shared types (#3007), SQL transactions (#2953), bash command substitution (#2978), and C++/ObjC definition-site preservation (#2990). 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 1ca027c6..25099001 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.49 (unreleased) +## 0.9.49 (2026-08-24) - Feature: `graphify merge-graphs` now links a type declaration that two repos share — same fully-qualified namespace and name, from different repos — with a `same_type_as` edge, so a shared contract type is navigable across the repo boundary; two unrelated types that merely share a short name are not linked (#3007, thanks @durmazoguzhan). - Feature: C# properties now emit a member node per property, so a property is visible as a class member alongside fields and methods; the property's type still emits its references edge and no built-in types are fabricated (#3006, thanks @durmazoguzhan). diff --git a/pyproject.toml b/pyproject.toml index 15ea9dd5..237ed434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "graphifyy" -version = "0.9.48" +version = "0.9.49" 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 881314a5..09aabf30 100644 --- a/uv.lock +++ b/uv.lock @@ -1090,7 +1090,7 @@ wheels = [ [[package]] name = "graphifyy" -version = "0.9.48" +version = "0.9.49" source = { editable = "." } dependencies = [ { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },