Skip to content

Commit

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

## v0.6.1 (2024-12-03)

### Bug fixes

* Update dependency typer to ^0.15.0 ([`ff03685`](https://github.com/MartinHjelmare/aiohomeconnect/commit/ff03685e24742ee80cfd085b761bd0d5102d2beb))

### Chores

* Update python-semantic-release/python-semantic-release action to v9.15.1 ([`9180351`](https://github.com/MartinHjelmare/aiohomeconnect/commit/9180351ee274b76984219aa4a15aed4f20700e59))
* Update dependency python-semantic-release to v9.15.1 ([`fb7adcd`](https://github.com/MartinHjelmare/aiohomeconnect/commit/fb7adcdf1fdf4b7dbfef56710f87e7d3049d5ae2))
* Update python-semantic-release/python-semantic-release action to v9.15.0 ([`34df80b`](https://github.com/MartinHjelmare/aiohomeconnect/commit/34df80b88e2fdea9cdf4eca158f418244454f61b))
* Update dependency python-semantic-release to v9.15.0 ([`e3b1677`](https://github.com/MartinHjelmare/aiohomeconnect/commit/e3b1677ce3fbf17418ba1017c2ce135a2285f4c6))
* Update dependency pytest to v8.3.4 ([`061fe78`](https://github.com/MartinHjelmare/aiohomeconnect/commit/061fe78e252f98b2fb0138a87385c1dd0275b732))

## v0.6.0 (2024-11-30)

### Features
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.0"
release = "0.6.1"

# 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.0"
version = "0.6.1"

[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.0"
__version__ = "0.6.1"

0 comments on commit c49e946

Please sign in to comment.