|
3 | 3 | <!-- version list --> |
4 | 4 |
|
5 | 5 |
|
| 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 | + |
6 | 63 | ## v6.7.1 (2026-02-20) |
7 | 64 |
|
8 | 65 | ### Fixed |
|
0 commit comments