Skip to content

Commit b8d9aae

Browse files
colbymchenryclaude
andcommitted
release: 0.9.1 (fix curl-install launcher; publish all platform packages)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2759afa commit b8d9aae

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ a [GitHub Release](https://github.com/colbymchenry/codegraph/releases) tagged
77
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
88
and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [0.9.1] - 2026-05-21
11+
12+
### Fixed
13+
- **Standalone installers** (`curl … | sh`, `irm … | iex`): the bundled launcher
14+
failed with `exec: …/node: not found` because it didn't resolve the symlink the
15+
installer puts on your PATH. Installing on a machine with **no Node** now works.
16+
- **npm**: `@colbymchenry/codegraph-linux-x64` is now published — the 0.9.0
17+
release silently shipped 6 of 7 packages, so `npm i -g` on linux-x64 couldn't
18+
find its bundle. The release pipeline now verifies every package reached the
19+
registry (and is idempotent), so a release can't pass green-but-broken again.
20+
21+
[0.9.1]: https://github.com/colbymchenry/codegraph/releases/tag/v0.9.1
22+
1023
## [0.9.0] - 2026-05-21
1124

1225
### 🎉 Self-contained: CodeGraph bundles its own runtime — install anywhere, on any Node (or none)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@colbymchenry/codegraph",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Supercharge Claude Code with semantic code intelligence. 94% fewer tool calls • 77% faster exploration • 100% local.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)