From 2f8b32de906ecae3969f2fcf431d50cb5a67ec0b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 23 Nov 2024 21:25:26 +0000 Subject: [PATCH] 0.2.13 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/aiohomeconnect/__init__.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6fb10b..eab12e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 04a2df4..cf20c74 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = [ diff --git a/pyproject.toml b/pyproject.toml index 1b4db18..82e982c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/aiohomeconnect/__init__.py b/src/aiohomeconnect/__init__.py index 104bdaf..7543fd4 100644 --- a/src/aiohomeconnect/__init__.py +++ b/src/aiohomeconnect/__init__.py @@ -1,3 +1,3 @@ """Asynchronous Python client for Home Connect API.""" -__version__ = "0.2.12" +__version__ = "0.2.13"