Skip to content

Commit 19f593a

Browse files
sdsrssclaude
andcommitted
chore: bump to v0.5.19
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c3301f9 commit 19f593a

9 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code-graph-mcp"
3-
version = "0.5.18"
3+
version = "0.5.19"
44
edition = "2021"
55

66
[features]

claude-plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"author": {
55
"name": "sdsrs"
66
},
7-
"version": "0.5.18",
7+
"version": "0.5.19",
88
"keywords": ["code-graph", "ast", "navigation", "mcp", "knowledge-graph"]
99
}

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdsrs/code-graph-darwin-arm64",
3-
"version": "0.5.18",
3+
"version": "0.5.19",
44
"description": "code-graph-mcp binary for macOS ARM64",
55
"license": "MIT",
66
"repository": {

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdsrs/code-graph-darwin-x64",
3-
"version": "0.5.18",
3+
"version": "0.5.19",
44
"description": "code-graph-mcp binary for macOS x64",
55
"license": "MIT",
66
"repository": {

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdsrs/code-graph-linux-arm64",
3-
"version": "0.5.18",
3+
"version": "0.5.19",
44
"description": "code-graph-mcp binary for Linux ARM64",
55
"license": "MIT",
66
"repository": {

npm/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdsrs/code-graph-linux-x64",
3-
"version": "0.5.18",
3+
"version": "0.5.19",
44
"description": "code-graph-mcp binary for Linux x64",
55
"license": "MIT",
66
"repository": {

npm/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdsrs/code-graph-win32-x64",
3-
"version": "0.5.18",
3+
"version": "0.5.19",
44
"description": "code-graph-mcp binary for Windows x64",
55
"license": "MIT",
66
"repository": {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdsrs/code-graph",
3-
"version": "0.5.18",
3+
"version": "0.5.19",
44
"description": "MCP server that indexes codebases into an AST knowledge graph with semantic search, call graph traversal, and HTTP route tracing",
55
"license": "MIT",
66
"repository": {
@@ -33,10 +33,10 @@
3333
"node": ">=16"
3434
},
3535
"optionalDependencies": {
36-
"@sdsrs/code-graph-linux-x64": "0.5.18",
37-
"@sdsrs/code-graph-linux-arm64": "0.5.18",
38-
"@sdsrs/code-graph-darwin-x64": "0.5.18",
39-
"@sdsrs/code-graph-darwin-arm64": "0.5.18",
40-
"@sdsrs/code-graph-win32-x64": "0.5.18"
36+
"@sdsrs/code-graph-linux-x64": "0.5.19",
37+
"@sdsrs/code-graph-linux-arm64": "0.5.19",
38+
"@sdsrs/code-graph-darwin-x64": "0.5.19",
39+
"@sdsrs/code-graph-darwin-arm64": "0.5.19",
40+
"@sdsrs/code-graph-win32-x64": "0.5.19"
4141
}
4242
}

0 commit comments

Comments
 (0)