Skip to content

Commit 9725771

Browse files
committed
Bump registry packaging versions to 0.8.0
The release pipeline publishes pkg/npm and pkg/pypi as-is; both still carried 0.7.0, so npm rejected the publish with 'cannot publish over the previously published versions' and failed the publish-registries job (the GitHub release itself drafted fine with all assets). server.json bumped to match.
1 parent 2b67abf commit 9725771

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

pkg/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebase-memory-mcp",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Fast code intelligence engine for AI coding agents — single static binary MCP server",
55
"mcpName": "io.github.DeusData/codebase-memory-mcp",
66
"license": "MIT",

pkg/pypi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "codebase-memory-mcp"
7-
version = "0.7.0"
7+
version = "0.8.0"
88
description = "Fast code intelligence engine for AI coding agents — single static binary MCP server"
99
readme = "README.md"
1010
license = { text = "MIT" }

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"source": "github"
99
},
1010
"websiteUrl": "https://deusdata.github.io/codebase-memory-mcp/",
11-
"version": "0.7.0",
11+
"version": "0.8.0",
1212
"packages": [
1313
{
1414
"registryType": "npm",
1515
"identifier": "codebase-memory-mcp",
16-
"version": "0.7.0",
16+
"version": "0.8.0",
1717
"runtimeHint": "npx",
1818
"transport": {
1919
"type": "stdio"
@@ -22,7 +22,7 @@
2222
{
2323
"registryType": "pypi",
2424
"identifier": "codebase-memory-mcp",
25-
"version": "0.7.0",
25+
"version": "0.8.0",
2626
"runtimeHint": "uvx",
2727
"transport": {
2828
"type": "stdio"

0 commit comments

Comments
 (0)