Skip to content

Commit 45c21a4

Browse files
author
semantic-release
committed
5.0.2
Automatically generated by python-semantic-release
1 parent c64f41a commit 45c21a4

4 files changed

Lines changed: 70 additions & 3 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v5.0.2 (2025-12-22)
6+
7+
### Bug Fixes
8+
9+
- **ci**: Add checkout step for gh release upload
10+
([`4df604a`](https://github.com/homeassistant-ai/ha-mcp/commit/4df604ae3f82f37f46a5f75c785d7f41283ba168))
11+
12+
- **ci**: Add git checkout for gh release upload (#351)
13+
([#351](https://github.com/homeassistant-ai/ha-mcp/pull/351),
14+
[`c470d7a`](https://github.com/homeassistant-ai/ha-mcp/commit/c470d7aaff17e10911e8a21874f65a34e19ba271))
15+
16+
- **ci**: Checkout current commit instead of tag in build jobs
17+
([`6f6da4e`](https://github.com/homeassistant-ai/ha-mcp/commit/6f6da4e2a8ff74a7eace2de10dbe9603f231cfe7))
18+
19+
- **ci**: Complete workflow fixes for unified release
20+
([`c64f41a`](https://github.com/homeassistant-ai/ha-mcp/commit/c64f41a390a6cc514d1330d4b39e9e785947bb1e))
21+
22+
- **ci**: Correct build command in reusable workflow
23+
([`e299bf0`](https://github.com/homeassistant-ai/ha-mcp/commit/e299bf0216f3e9d48b9ba55fb3eddc18e3fb0efd))
24+
25+
- **ci**: Correct build command in reusable workflow (#349)
26+
([#349](https://github.com/homeassistant-ai/ha-mcp/pull/349),
27+
[`227c8eb`](https://github.com/homeassistant-ai/ha-mcp/commit/227c8eb9e567b7a0529c08482dd475dbf70425a3))
28+
29+
- **ci**: Create draft pre-releases for dev builds (#352)
30+
([#352](https://github.com/homeassistant-ai/ha-mcp/pull/352),
31+
[`5c9f38d`](https://github.com/homeassistant-ai/ha-mcp/commit/5c9f38da7fcdc387f98d5908722e85b5eeb7f1f4))
32+
33+
- **ci**: Create pre-release as draft before uploading binaries
34+
([`821bcf4`](https://github.com/homeassistant-ai/ha-mcp/commit/821bcf46d95857a08580db698f5a9275fea33004))
35+
36+
- **ci**: Filter artifact downloads to skip Docker build cache (#350)
37+
([#350](https://github.com/homeassistant-ai/ha-mcp/pull/350),
38+
[`3b7621b`](https://github.com/homeassistant-ai/ha-mcp/commit/3b7621b9072a15f0659934f82f60e6bf63773880))
39+
40+
- **ci**: Only download binary artifacts, skip Docker build cache
41+
([`6ca14b3`](https://github.com/homeassistant-ai/ha-mcp/commit/6ca14b3373bad908dc0dd86cd00c2f52ad9668dd))
42+
43+
### Build System
44+
45+
- **deps**: Bump astral-sh/uv (#344) ([#344](https://github.com/homeassistant-ai/ha-mcp/pull/344),
46+
[`9bdf1c6`](https://github.com/homeassistant-ai/ha-mcp/commit/9bdf1c676aeb4a2847f2998fd8cd49ef32bdc9bf))
47+
48+
### Continuous Integration
49+
50+
- **deps**: Bump actions/create-github-app-token from 1 to 2 (#343)
51+
([#343](https://github.com/homeassistant-ai/ha-mcp/pull/343),
52+
[`c31f5c2`](https://github.com/homeassistant-ai/ha-mcp/commit/c31f5c2cd69a3e5ce13ba3cc14c56d400a12abc7))
53+
54+
- **deps**: Bump python-semantic-release/python-semantic-release (#346)
55+
([#346](https://github.com/homeassistant-ai/ha-mcp/pull/346),
56+
[`ae88081`](https://github.com/homeassistant-ai/ha-mcp/commit/ae880810f04e2ed46416fb2e9aebce138249daf3))
57+
58+
- **deps**: Bump renovatebot/github-action from 44.1.0 to 44.2.1 (#345)
59+
([#345](https://github.com/homeassistant-ai/ha-mcp/pull/345),
60+
[`637779b`](https://github.com/homeassistant-ai/ha-mcp/commit/637779b031cdff06d07c6e18d473eb11c415634f))
61+
62+
### Refactoring
63+
64+
- **ci**: Unify release workflows with reusable build workflow
65+
([`048a686`](https://github.com/homeassistant-ai/ha-mcp/commit/048a686c904c96cc6cce9bdb52d95dc20da79b29))
66+
67+
- **ci**: Unify release workflows with reusable build workflow (#348)
68+
([#348](https://github.com/homeassistant-ai/ha-mcp/pull/348),
69+
[`3c9ad15`](https://github.com/homeassistant-ai/ha-mcp/commit/3c9ad1549000f668e668ae8b28baa13f2b8586bf))
70+
71+
572
## v5.0.0 (2025-12-21)
673

774
### 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.0"
3+
version: "5.0.2"
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.0"
7+
version = "5.0.2"
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.0"
8+
__version__ = "5.0.2"
99
__author__ = "Julien"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)