Skip to content

Commit a749b4b

Browse files
author
semantic-release
committed
5.0.4
Automatically generated by python-semantic-release
1 parent 6299ae8 commit a749b4b

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
<!-- version list -->
44

5+
## v5.0.4 (2025-12-23)
6+
7+
### Bug Fixes
8+
9+
- Make jq optional on Windows ARM64 (#359)
10+
([#359](https://github.com/homeassistant-ai/ha-mcp/pull/359),
11+
[`6299ae8`](https://github.com/homeassistant-ai/ha-mcp/commit/6299ae87d38ee98148fbcbb15a3f6dad6a8250d0))
12+
13+
### Chores
14+
15+
- **addon**: Sync changelog for Home Assistant add-on [skip ci]
16+
([`0648603`](https://github.com/homeassistant-ai/ha-mcp/commit/0648603d3897a81c616fb52ca548052c960154e1))
17+
18+
519
## v5.0.3 (2025-12-23)
620

721
### Bug Fixes

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: "5.0.3"
3+
version: "5.0.4"
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 = "5.0.3"
7+
version = "5.0.4"
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__ = "5.0.3"
8+
__version__ = "5.0.4"
99
__author__ = "Julien"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)