From 6bc745b196b1f3f3cb114b74efffe2238b786ffb Mon Sep 17 00:00:00 2001 From: Colby McHenry Date: Thu, 21 May 2026 15:54:36 -0500 Subject: [PATCH] release: 0.9.0 (self-contained bundled distribution; node:sqlite) Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bcd746..bc77c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ a [GitHub Release](https://github.com/colbymchenry/codegraph/releases) tagged This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.9.0] - 2026-05-21 ### 🎉 Self-contained: CodeGraph bundles its own runtime — install anywhere, on any Node (or none) @@ -82,6 +82,8 @@ npm i -g @colbymchenry/codegraph install. Re-run `codegraph install` once on an affected machine to clear the error. +[0.9.0]: https://github.com/colbymchenry/codegraph/releases/tag/v0.9.0 + ## [0.8.0] - 2026-05-20 ### Added diff --git a/package-lock.json b/package-lock.json index 448baac..abe77d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@colbymchenry/codegraph", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@colbymchenry/codegraph", - "version": "0.8.0", + "version": "0.9.0", "license": "MIT", "dependencies": { "@clack/prompts": "^1.3.0", diff --git a/package.json b/package.json index 4f86a3c..875aa13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@colbymchenry/codegraph", - "version": "0.8.0", + "version": "0.9.0", "description": "Supercharge Claude Code with semantic code intelligence. 94% fewer tool calls • 77% faster exploration • 100% local.", "main": "dist/index.js", "types": "dist/index.d.ts",