Skip to content

Commit 46377e3

Browse files
luarssclaude
andcommitted
chore: release v0.4.1
Fix MCP registry publish failure due to Docker image tag mismatch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 059ad78 commit 46377e3

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.1] - 2026-03-29
9+
10+
### Fixed
11+
- Docker image tag mismatch causing MCP registry publish to fail ([#93](https://github.com/luarss/openroad-mcp/pull/93))
12+
813
## [0.4.0] - 2026-03-29
914

1015
### Added

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 = "openroad-mcp"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
authors = [
99
{name = "Precision Innovations", email="jluar@precisioninno.com"},
1010
]

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"url": "https://github.com/luarss/openroad-mcp",
77
"source": "github"
88
},
9-
"version": "0.4.0",
9+
"version": "0.4.1",
1010
"packages": [
1111
{
1212
"registryType": "pypi",
1313
"identifier": "openroad-mcp",
14-
"version": "0.4.0",
14+
"version": "0.4.1",
1515
"transport": { "type": "stdio" },
1616
"runtimeHint": "uvx"
1717
},
1818
{
1919
"registryType": "oci",
20-
"identifier": "ghcr.io/luarss/openroad-mcp:0.4.0",
20+
"identifier": "ghcr.io/luarss/openroad-mcp:0.4.1",
2121
"transport": { "type": "stdio" },
2222
"runtimeHint": "docker"
2323
}

uv.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.

0 commit comments

Comments
 (0)