Skip to content

Commit 51442e9

Browse files
committed
chore: bump version to 0.5.0 and update changelog
1 parent 75b0f92 commit 51442e9

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.5.0] - 2026-05-17
9+
10+
### Added
11+
- MCP integrations for Claude Desktop, Cursor, and GitHub Copilot ([#44](https://github.com/luarss/openroad-mcp/pull/44))
12+
- Documentation for MCP support across 14 major coding agents and IDEs
13+
14+
### Fixed
15+
- Security: bumped authlib, python-multipart, and cryptography for CVEs
16+
- Restored inline error patterns, dropped auto-update machinery
17+
18+
### Changed
19+
- Pinned all direct dependencies to exact versions ([#113](https://github.com/luarss/openroad-mcp/pull/113))
20+
- Bumped fastmcp ([#101](https://github.com/luarss/openroad-mcp/pull/101)), pillow ([#104](https://github.com/luarss/openroad-mcp/pull/104)), cryptography ([#103](https://github.com/luarss/openroad-mcp/pull/103)), pygments, and python-multipart ([#106](https://github.com/luarss/openroad-mcp/pull/106), [#110](https://github.com/luarss/openroad-mcp/pull/110))
21+
822
## [0.4.2] - 2026-03-29
923

1024
### Fixed
@@ -70,6 +84,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7084
- QUICKSTART guide, ARCHITECTURE, and CONTRIBUTING documentation
7185
- ROADMAP for planned features
7286

87+
[0.5.0]: https://github.com/luarss/openroad-mcp/releases/tag/v0.5.0
88+
[0.4.2]: https://github.com/luarss/openroad-mcp/releases/tag/v0.4.2
89+
[0.4.1]: https://github.com/luarss/openroad-mcp/releases/tag/v0.4.1
7390
[0.4.0]: https://github.com/luarss/openroad-mcp/releases/tag/v0.4.0
7491
[0.3.0]: https://github.com/luarss/openroad-mcp/releases/tag/v0.3.0
7592
[0.2.0]: https://github.com/luarss/openroad-mcp/releases/tag/v0.2.0

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

0 commit comments

Comments
 (0)