1
0
Эх сурвалжийг харах

release: 0.9.0 (self-contained bundled distribution; node:sqlite)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Colby McHenry 1 сар өмнө
parent
commit
6bc745b196
3 өөрчлөгдсөн 6 нэмэгдсэн , 4 устгасан
  1. 3 1
      CHANGELOG.md
  2. 2 2
      package-lock.json
  3. 1 1
      package.json

+ 3 - 1
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

+ 2 - 2
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",

+ 1 - 1
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",