Skip to content

Commit 0d11b5d

Browse files
author
semantic-release
committed
6.7.1
Automatically generated by python-semantic-release
1 parent 0bf6f53 commit 0d11b5d

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
<!-- version list -->
44

55

6+
## v6.7.1 (2026-02-20)
7+
8+
### Fixed
9+
10+
- Sync uv.lock with pyproject.toml changes
11+
([`0bf6f53`](https://github.com/homeassistant-ai/ha-mcp/commit/0bf6f537bffdd181416681b5152b6515efe87597))
12+
- Pin fastmcp<3.0.0 to prevent silent server crashes
13+
([#650](https://github.com/homeassistant-ai/ha-mcp/pull/650))
14+
- Sync Docker runtime Python with builder and harden Renovate config
15+
([#628](https://github.com/homeassistant-ai/ha-mcp/pull/628))
16+
17+
618
## v6.7.0 (2026-02-17)
719

820
### Added

homeassistant-addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Home Assistant MCP Server"
22
description: "AI assistant integration for Home Assistant via Model Context Protocol (MCP)"
3-
version: "6.7.0"
3+
version: "6.7.1"
44
slug: "ha_mcp"
55
url: "https://github.com/homeassistant-ai/ha-mcp"
66
arch:

pyproject.toml

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

55
[project]
66
name = "ha-mcp"
7-
version = "6.7.0"
7+
version = "6.7.1"
88
description = "Home Assistant MCP Server - Complete control of Home Assistant through MCP"
99
readme = "README.md"
1010
requires-python = ">=3.13,<3.14"

src/ha_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
through REST API and WebSocket integration with 20+ enhanced tools.
66
"""
77

8-
__version__ = "6.7.0"
8+
__version__ = "6.7.1"
99
__author__ = "Julien"
1010
__license__ = "MIT"
1111

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)