Skip to content

Commit 31f2f2f

Browse files
sdsrssclaude
andcommitted
chore(release): bump version to 0.7.16
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f16a742 commit 31f2f2f

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
},
66
"metadata": {
77
"description": "AST knowledge graph plugin for Claude Code — semantic search, call graph, HTTP tracing, impact analysis",
8-
"version": "0.7.15"
8+
"version": "0.7.16"
99
},
1010
"plugins": [
1111
{
1212
"name": "code-graph-mcp",
1313
"source": "./claude-plugin",
1414
"description": "AST knowledge graph for intelligent code navigation — auto-indexes your codebase and provides semantic search, call graph traversal, HTTP route tracing, and impact analysis via MCP tools",
15-
"version": "0.7.15",
15+
"version": "0.7.16",
1616
"author": {
1717
"name": "sdsrs"
1818
},

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.7.15"
3+
version = "0.7.16"
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,7 +4,7 @@
44
"author": {
55
"name": "sdsrs"
66
},
7-
"version": "0.7.15",
7+
"version": "0.7.16",
88
"keywords": [
99
"code-graph",
1010
"ast",

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.7.15",
3+
"version": "0.7.16",
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.7.15",
3+
"version": "0.7.16",
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.7.15",
3+
"version": "0.7.16",
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.7.15",
3+
"version": "0.7.16",
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.7.15",
3+
"version": "0.7.16",
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.7.15",
3+
"version": "0.7.16",
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": {
@@ -34,10 +34,10 @@
3434
"node": ">=16"
3535
},
3636
"optionalDependencies": {
37-
"@sdsrs/code-graph-linux-x64": "0.7.15",
38-
"@sdsrs/code-graph-linux-arm64": "0.7.15",
39-
"@sdsrs/code-graph-darwin-x64": "0.7.15",
40-
"@sdsrs/code-graph-darwin-arm64": "0.7.15",
41-
"@sdsrs/code-graph-win32-x64": "0.7.15"
37+
"@sdsrs/code-graph-linux-x64": "0.7.16",
38+
"@sdsrs/code-graph-linux-arm64": "0.7.16",
39+
"@sdsrs/code-graph-darwin-x64": "0.7.16",
40+
"@sdsrs/code-graph-darwin-arm64": "0.7.16",
41+
"@sdsrs/code-graph-win32-x64": "0.7.16"
4242
}
4343
}

0 commit comments

Comments
 (0)