Skip to content

Commit

Permalink
0.8.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 18, 2024
1 parent 17cf4a2 commit 9720c3a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.8.1 (2024-12-18)

### Bug fixes

- Optimize logging with ruff g004 (#211) ([`17cf4a2`](https://github.com/chemelli74/aiovodafone/commit/17cf4a23f9a899ec8481107737fa4b311e89f0f0))


### Build system

- Cleanup old settings (#210) ([`e4e7b8f`](https://github.com/chemelli74/aiovodafone/commit/e4e7b8f6b6079d110e4b34c7d5d926b53bb6d605))


## v0.8.0 (2024-12-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiovodafone"
version = "0.8.0"
version = "0.8.1"
description = "Python library to control Vodafone Station"
authors = ["Simone Chemelli <simone.chemelli@gmail.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/aiovodafone/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""aiovodafone library."""

__version__ = "0.8.0"
__version__ = "0.8.1"

from .api import (
VodafoneStationDevice,
Expand Down

0 comments on commit 9720c3a

Please # to comment.