Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 13, 2025
1 parent 112cd75 commit 380c9eb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v0.10.0 (2025-01-13)

### Features

* Raise exceptions on http errors (#44) ([`112cd75`](https://github.com/MartinHjelmare/aiohomeconnect/commit/112cd75094285117201d0672072ec61d0ffcd7a5))

### Chores

* Update python-semantic-release/python-semantic-release action to v9.16.1 ([`6848225`](https://github.com/MartinHjelmare/aiohomeconnect/commit/6848225337fd05d215e1d1dbcf7a900b65da7bbc))
* Update dependency python-semantic-release to v9.16.1 ([`ab274a6`](https://github.com/MartinHjelmare/aiohomeconnect/commit/ab274a639521e4907ab1b808f6093cfc6df1bdd5))
* Update python-semantic-release/python-semantic-release action to v9.16.0 ([`a5245d0`](https://github.com/MartinHjelmare/aiohomeconnect/commit/a5245d02202f2c5e4ffb9971619faeab30683146))
* Update dependency python-semantic-release to v9.16.0 ([`d005128`](https://github.com/MartinHjelmare/aiohomeconnect/commit/d005128e6a4fca7533a269179ec63aff179ae15e))
* Update pre-commit hook astral-sh/ruff-pre-commit to v0.9.1 ([`39bcea1`](https://github.com/MartinHjelmare/aiohomeconnect/commit/39bcea1c9c9918bf982d8e20e1d05470d42fef12))
* Update dependency ruff to v0.9.1 ([`87d73d9`](https://github.com/MartinHjelmare/aiohomeconnect/commit/87d73d9b4bc91837f3e4e4bdbac594deda6cf4dd))

## v0.9.0 (2025-01-10)

### 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.9.0"
release = "0.10.0"

# 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.9.0"
version = "0.10.0"

[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.9.0"
__version__ = "0.10.0"

0 comments on commit 380c9eb

Please sign in to comment.