Skip to content

Commit e4d085f

Browse files
anvansterclaude
andcommitted
chore: bump community to 0.17.5
CI PR review: --graph-only + --run-tool flags, pr_context markdown output, GitHub Action workflow template. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent aa10a2f commit e4d085f

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
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
@@ -60,7 +60,7 @@ members = [
6060
]
6161

6262
[workspace.package]
63-
version = "0.17.4"
63+
version = "0.17.5"
6464
edition = "2021"
6565
license = "Apache-2.0"
6666
repository = "https://github.com/codegraph-ai/codegraph"

mcp-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astudioplus/codegraph-mcp",
3-
"version": "0.17.4",
3+
"version": "0.17.5",
44
"mcpName": "io.github.codegraph-ai/codegraph",
55
"description": "CodeGraph MCP server — cross-language code intelligence with 41 tools, 38 languages",
66
"author": "Andrey Vasilevsky <anvanster@gmail.com>",

mcp-package/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/codegraph-ai/CodeGraph",
77
"source": "github"
88
},
9-
"version": "0.17.4",
9+
"version": "0.17.5",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@astudioplus/codegraph-mcp",
14-
"version": "0.17.4",
14+
"version": "0.17.5",
1515
"transport": {
1616
"type": "stdio"
1717
},

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codegraph",
33
"displayName": "CodeGraph",
44
"description": "Cross-language code intelligence powered by graph analysis",
5-
"version": "0.17.4",
5+
"version": "0.17.5",
66
"publisher": "aStudioPlus",
77
"author": "Andrey Vasilevsky <anvanster@gmail.com>",
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)