Skip to content

Commit 74d5e99

Browse files
author
semantic-release
committed
6.7.2
Automatically generated by python-semantic-release
1 parent 04c225b commit 74d5e99

4 files changed

Lines changed: 61 additions & 4 deletions

File tree

CHANGELOG.md

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

55

6+
## v6.7.2 (2026-03-04)
7+
8+
### Changed
9+
10+
- Update contributors - simplify maintainer descriptions, add bigeric08
11+
([`400ac23`](https://github.com/homeassistant-ai/ha-mcp/commit/400ac23e28b86a0686ad6f6a25d42adf3060e4be))
12+
- Trim AGENTS.md to stay under 40k char limit
13+
([#638](https://github.com/homeassistant-ai/ha-mcp/pull/638))
14+
15+
### Fixed
16+
17+
- Eliminate race condition in addon version updates
18+
([#602](https://github.com/homeassistant-ai/ha-mcp/pull/602))
19+
- Route person/zone/tag updates to config store APIs
20+
([#622](https://github.com/homeassistant-ai/ha-mcp/pull/622))
21+
- Standardize error handling patterns across all tool modules (#521)
22+
([#678](https://github.com/homeassistant-ai/ha-mcp/pull/678))
23+
- Return RESOURCE_NOT_FOUND instead of false success on dashboard deletion
24+
([#680](https://github.com/homeassistant-ai/ha-mcp/pull/680))
25+
- Upgrade to FastMCP v3.0.0
26+
([#657](https://github.com/homeassistant-ai/ha-mcp/pull/657))
27+
28+
### Refactoring
29+
30+
- Consolidate redundant dashboard tools (3 tools removed)
31+
([#660](https://github.com/homeassistant-ai/ha-mcp/pull/660))
32+
33+
---
34+
<details>
35+
<summary>Internal Changes</summary>
36+
37+
38+
### Fixed
39+
40+
- Fix UAT framework bugs
41+
([#665](https://github.com/homeassistant-ai/ha-mcp/pull/665))
42+
43+
### Chores
44+
45+
- **deps**: Bump rollup from 4.53.3 to 4.59.0 in /site
46+
([#681](https://github.com/homeassistant-ai/ha-mcp/pull/681))
47+
- **deps**: Bump devalue from 5.6.2 to 5.6.3 in /site
48+
([#655](https://github.com/homeassistant-ai/ha-mcp/pull/655))
49+
- **deps**: Update ghcr.io/astral-sh/uv docker tag to v0.10.5
50+
([#673](https://github.com/homeassistant-ai/ha-mcp/pull/673))
51+
52+
### Continuous Integration
53+
54+
- Add uv.lock sync validation to CI and pre-commit
55+
([#663](https://github.com/homeassistant-ai/ha-mcp/pull/663))
56+
- **deps**: Bump renovatebot/github-action from 46.1.1 to 46.1.2
57+
([#666](https://github.com/homeassistant-ai/ha-mcp/pull/666))
58+
- Change stable release cadence from weekly to biweekly Wednesday
59+
([#664](https://github.com/homeassistant-ai/ha-mcp/pull/664))
60+
</details>
61+
62+
663
## v6.7.1 (2026-02-20)
764

865
### Fixed

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.1"
7+
version = "6.7.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__ = "6.7.1"
8+
__version__ = "6.7.2"
99
__author__ = "Julien"
1010
__license__ = "MIT"
1111

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)