Skip to content

Commit

Permalink
0.2.13
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 23, 2024
1 parent 6720330 commit 2f8b32d
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.2.13 (2024-11-23)

### Bug fixes

* Update dependency mashumaro to v3.15 ([`6720330`](https://github.com/MartinHjelmare/aiohomeconnect/commit/6720330a0127ae4315e697c3a0354246c1e31bea))

### Chores

* Add dev deps (#20) ([`c34be68`](https://github.com/MartinHjelmare/aiohomeconnect/commit/c34be68a31d52c2a87d73e2eacd01bc88eea43cd))
* Update pre-commit stages (#19) ([`b116296`](https://github.com/MartinHjelmare/aiohomeconnect/commit/b1162968425a858ab80119f7bede09af554e0e1f))
* Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.0 (#18) ([`1a47670`](https://github.com/MartinHjelmare/aiohomeconnect/commit/1a47670cd3a91b39e98c7fd13cff574de2d624d7))
* Update dependency ruff to ^0.8.0 ([`594fcdb`](https://github.com/MartinHjelmare/aiohomeconnect/commit/594fcdbd83f09ae264af2c3f1ceef9b95ce7073e))

## v0.2.12 (2024-11-21)

### 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.2.12"
release = "0.2.13"

# 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.2.12"
version = "0.2.13"

[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.2.12"
__version__ = "0.2.13"

0 comments on commit 2f8b32d

Please sign in to comment.