Skip to content

Commit

Permalink
0.6.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 7, 2024
1 parent 8939e1c commit f7736c2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.6.4 (2024-12-07)

### Bug fixes

* Update dependency httpx to v0.28.1 ([`8939e1c`](https://github.com/MartinHjelmare/aiohomeconnect/commit/8939e1c7324683a520c79b2f34227875825bd697))

### Chores

* Update pre-commit hook commitizen-tools/commitizen to v4.1.0 ([`3d56bbd`](https://github.com/MartinHjelmare/aiohomeconnect/commit/3d56bbd01cc16a6c32b929cb0773a0004eb19fd9))
* Update pre-commit hook python-poetry/poetry to v1.8.5 ([`ae327a8`](https://github.com/MartinHjelmare/aiohomeconnect/commit/ae327a8adf546a7cdb69dcb425bc2a1045cea640))
* Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.2 ([`422fd30`](https://github.com/MartinHjelmare/aiohomeconnect/commit/422fd3004a0c0e5ab00022140e09fa8de6e957f2))
* Update dependency ruff to v0.8.2 ([`a531dbd`](https://github.com/MartinHjelmare/aiohomeconnect/commit/a531dbdfe321aea3b9fb8f74e56a7cee2e807798))

## v0.6.3 (2024-12-04)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "aiohomeconnect"
project_copyright = "2024, Martin Hjelmare"
author = "Martin Hjelmare"
release = "0.6.3"
release = "0.6.4"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/MartinHjelmare/aiohomeconnect"
version = "0.6.3"
version = "0.6.4"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/MartinHjelmare/aiohomeconnect/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/aiohomeconnect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Asynchronous Python client for Home Connect API."""

__version__ = "0.6.3"
__version__ = "0.6.4"

0 comments on commit f7736c2

Please sign in to comment.