Commit 6ffc83d
chore(release): bump to 0.20.1
Two engine crashes/data-loss bugs are fixed since 0.20.0, so the engine
needs a release of its own for clients to fetch:
#15 SIGSEGV at startup on Linux/aarch64, every invocation
#16 indexing a markdown file destroyed the previous file's chunks
Moves every pin together, which is the only safe way to move any of them:
Cargo.toml (and the workspace members in Cargo.lock), the two ENGINE_VERSION
pins clients fetch by (mcp-package/bin/fetch-engine.js, shared with the VS
Code client, and CodeGraphServerResolver.ENGINE_VERSION for JetBrains), the
npm package version, both version fields in server.json - the server entry
and the npm package it resolves to - the VSIX version, and pluginVersion.
publish-release-assets.sh refuses to publish while any client pin disagrees
with Cargo.toml, so a partial bump would have failed there rather than in
the field; keeping them in one commit keeps that check meaningful.
Note the ordering this creates: the clients now ask for release assets
tagged v0.20.1, which do not exist yet. Binaries have to be built and
scripts/publish-release-assets.sh run before this version is published to
npm, or installs will fetch nothing. package-npm.sh now refuses to package
until those assets are live.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017rVbt7rENTwXkdHt3Bpgb51 parent 1132b82 commit 6ffc83d
8 files changed
Lines changed: 11 additions & 11 deletions
File tree
- jetbrains
- src/main/kotlin/ai/codegraph/jetbrains/server
- mcp-package
- bin
- vscode
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments