Release v0.3.19

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Safi
2026-04-09 08:46:26 +01:00
co-authored by Claude Sonnet 4.6
parent f140d4786d
commit 096a76f314
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -2,6 +2,10 @@
Full release notes with details on each version: [GitHub Releases](https://github.com/safishamsi/graphify/releases)
## 0.3.19 (2026-04-09)
- Fix: install step now tries plain `pip install` before falling back to `--break-system-packages` — Homebrew and PEP 668 managed environments no longer risk environment corruption (#126)
## 0.3.18 (2026-04-09)
- Fix: `--watch` mode now respects `.graphifyignore``_rebuild_code` was calling `collect_files()` directly instead of `detect()`, bypassing ignore patterns (#120)
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "graphifyy"
version = "0.3.18"
version = "0.3.19"
description = "AI coding assistant skill (Claude Code, Codex, OpenCode, OpenClaw) - turn any folder of code, docs, papers, or images into a queryable knowledge graph"
readme = "README.md"
license = { file = "LICENSE" }