From 83b11f09d48538121415b5c2156b260c6a387618 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 3 Dec 2023 18:14:20 +0000 Subject: [PATCH] 0.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- src/aiovodafone/__init__.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9d92d..bf4e4a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## v0.5.0 (2023-12-03) + +### Feature + +* Add specific check for sercom CSRF token ([`a8f1780`](https://github.com/chemelli74/aiovodafone/commit/a8f178012ec5e1679cdb44ba080cee64ad27fa23)) +* Device detection, consider None as result ([`bb5204a`](https://github.com/chemelli74/aiovodafone/commit/bb5204ab1808b40b268f0c75c272a96c5f31281d)) +* Require aiohttp.ClientSession to determine device type ([`cdb4637`](https://github.com/chemelli74/aiovodafone/commit/cdb46375d3c04b50dfb01c18ab82f1dc70607048)) +* Add additional detection for Sercomm devices ([`6a3f4c0`](https://github.com/chemelli74/aiovodafone/commit/6a3f4c03af738705c8181a0126bf891527bd66fa)) +* Add method to determine a device type ([`eb4f9c5`](https://github.com/chemelli74/aiovodafone/commit/eb4f9c50f1bd78c8b05fbadcf7bf0cc6b5ea529b)) + +### Documentation + +* Explain why code lookup is needed for Sercomm devices ([`b137975`](https://github.com/chemelli74/aiovodafone/commit/b137975610697db46094f19c465b7f8ec07aa7fd)) + ## v0.4.3 (2023-11-28) ### Fix diff --git a/pyproject.toml b/pyproject.toml index bad5229..15eb867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiovodafone" -version = "0.4.3" +version = "0.5.0" description = "Python library to control Vodafone Station" authors = ["Simone Chemelli "] license = "Apache Software License 2.0" diff --git a/src/aiovodafone/__init__.py b/src/aiovodafone/__init__.py index 4d524b8..b8320aa 100644 --- a/src/aiovodafone/__init__.py +++ b/src/aiovodafone/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.3" +__version__ = "0.5.0" from .api import ( VodafoneStationDevice,