Skip to content

Commit e8e1f1e

Browse files
author
semantic-release
committed
6.3.1
Automatically generated by python-semantic-release
1 parent 4891611 commit e8e1f1e

4 files changed

Lines changed: 36 additions & 3 deletions

File tree

CHANGELOG.md

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

55

6+
## v6.3.1 (2026-01-20)
7+
8+
### Changed
9+
10+
- Add @kingpanther13 and @Raygooo to contributors
11+
([`590d0b7`](https://github.com/homeassistant-ai/ha-mcp/commit/590d0b78b3d4b04a260b26bf738e51d97c91b6cf))
12+
- **agents**: Add "Leave the Campground Cleaner" principle
13+
([`e11d766`](https://github.com/homeassistant-ai/ha-mcp/commit/e11d766b68d63fce34cf5d97a31074526369930f))
14+
15+
### Fixed
16+
17+
- Add socks support to httpx dependency
18+
([#450](https://github.com/homeassistant-ai/ha-mcp/pull/450))
19+
20+
---
21+
<details>
22+
<summary>Internal Changes</summary>
23+
24+
25+
### Fixed
26+
27+
- **ci**: Robust release publishing logic
28+
([#444](https://github.com/homeassistant-ai/ha-mcp/pull/444))
29+
30+
### Build System
31+
32+
- **deps**: Bump astral-sh/uv
33+
([#454](https://github.com/homeassistant-ai/ha-mcp/pull/454))
34+
- **deps**: Bump diff and astro in /site
35+
([#441](https://github.com/homeassistant-ai/ha-mcp/pull/441))
36+
</details>
37+
38+
639
## v6.3.0 (2026-01-17)
740

841
### 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.3.0"
3+
version: "6.3.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.3.0"
7+
version = "6.3.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.3.0"
8+
__version__ = "6.3.1"
99
__author__ = "Julien"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)