Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 26, 2023
1 parent 3e98fed commit 2293f15
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!--next-version-placeholder-->

## v2.0.0 (2023-01-26)
### Feature
* Log timeout when waiting for response ([`b8129d8`](https://github.com/kroimon/skyrc-ble/commit/b8129d8b9dd673fe1fa3e9a1beac4e39d4e737f6))
* Add manufacturer and model properties ([`bf9997e`](https://github.com/kroimon/skyrc-ble/commit/bf9997ed4c2b1575984f20911226d049e06455de))

### Fix
* Datatypes in basic state data must be enums ([`e369a32`](https://github.com/kroimon/skyrc-ble/commit/e369a32b1416a25d64ee688a6ca262ef111ed069))

### Breaking
* move version info to generic device ([`6ce40d1`](https://github.com/kroimon/skyrc-ble/commit/6ce40d171462f0ce7d843c23aa171ab43471ec67))

## v1.0.0 (2023-01-24)
### Feature
* Add address property to Mc3000 class ([`d7c2d3b`](https://github.com/kroimon/skyrc-ble/commit/d7c2d3bbbf3a2019ee634db5f91b59828509f5ca))
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 = "skyrc-ble"
version = "1.0.0"
version = "2.0.0"
description = "Control SkyRC MC3000 battery chargers via BLE"
authors = ["Stefan Rado <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/skyrc_ble/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "1.0.0"
__version__ = "2.0.0"

from .const import (
MC3000_BLUETOOTH_NAMES,
Expand Down

0 comments on commit 2293f15

Please sign in to comment.