Skip to content

Commit 6c5195b

Browse files
author
github-actions
committed
0.2.0
Automatically generated by python-semantic-release
1 parent dd184a4 commit 6c5195b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.2.0 (2024-04-14)
4+
5+
### Feature
6+
7+
- Add debug logging (#3) ([`dd184a4`](https://github.com/bdraco/aiosolaredge/commit/dd184a4aa6a50b4a48040b5f2caae04760f83a3d))
8+
39
## v0.1.0 (2024-04-14)
410

511
### Feature

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "Asyncio SolarEdge"
88
copyright = "2024, J. Nick Koston"
99
author = "J. Nick Koston"
10-
release = "0.1.0"
10+
release = "0.2.0"
1111

1212
# General configuration
1313
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aiosolaredge"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Asyncio SolarEdge"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

src/aiosolaredge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.2.0"
44

55
from .solaredge import SolarEdge
66

0 commit comments

Comments
 (0)