diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7349c..293b03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.0.0 (2023-01-24) +### Feature +* Add address property to Mc3000 class ([`d7c2d3b`](https://github.com/kroimon/skyrc-ble/commit/d7c2d3bbbf3a2019ee634db5f91b59828509f5ca)) + +### Breaking +* rename/move purely MC3000 related code ([`bc60769`](https://github.com/kroimon/skyrc-ble/commit/bc6076992ffe019d6f35ed329fa91f6563a18a6d)) + ## v0.2.0 (2023-01-24) ### Feature * Allow replacing the BLEDevice instance ([`6fa18f6`](https://github.com/kroimon/skyrc-ble/commit/6fa18f6c799b986807a2138610155a1fba407452)) diff --git a/pyproject.toml b/pyproject.toml index cfeba7b..a2133d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "skyrc-ble" -version = "0.2.0" +version = "1.0.0" description = "Control SkyRC MC3000 battery chargers via BLE" authors = ["Stefan Rado "] license = "MIT" diff --git a/src/skyrc_ble/__init__.py b/src/skyrc_ble/__init__.py index 60de306..e83fac5 100644 --- a/src/skyrc_ble/__init__.py +++ b/src/skyrc_ble/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "0.2.0" +__version__ = "1.0.0" from .const import ( MC3000_BLUETOOTH_NAMES,