From 43d54acbfa9e731f7a592bb582c1f4b9d48ed73e Mon Sep 17 00:00:00 2001 From: safishamsi Date: Tue, 25 Aug 2026 18:24:12 +0100 Subject: [PATCH] chore: bump to 0.9.50 Ships two batches: the detect ignore-perf rewrite (#2226) with the globstar cycle fix and bounded pattern cache; C#/TypeScript enum-member nodes (#3063/#3064); watch read-only inotify filtering; the postgres tree-sitter-sql extra; Ruby suffixed-method-id preservation (#3077) and qualified-receiver matching (#3078); HOF-wrapped CommonJS export capture (#3035); per-input community-id offset in merge-graphs (#3014); and the Windows PowerShell BOM fix across all .graphify_root readers (#3028). 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 a8dd20fc..c82baccf 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.50 (unreleased) +## 0.9.50 (2026-08-25) - Fix: Ruby methods whose names end in `!`, `?`, or `=` now keep distinct node ids, so `save` and `save!` (or `foo` and `foo=`) no longer collide into one node; the label keeps the raw spelling and member-call resolution still matches (#3077, thanks @hopstreax). - Fix: a Ruby call on a qualified constant receiver (`ActiveRecord::Base.transaction`) now matches the receiver's full constant path, so it no longer binds to an unrelated lone class named `Base`; an edge is emitted only on a single unambiguous match (#3078, thanks @rohit-jsfreaky). diff --git a/pyproject.toml b/pyproject.toml index eb9ca1d8..d2b8235d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "graphifyy" -version = "0.9.49" +version = "0.9.50" 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 466d127c..71bd8c70 100644 --- a/uv.lock +++ b/uv.lock @@ -1090,7 +1090,7 @@ wheels = [ [[package]] name = "graphifyy" -version = "0.9.49" +version = "0.9.50" source = { editable = "." } dependencies = [ { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },