Skip to content

Commit

Permalink
1.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 24, 2023
1 parent bc60769 commit f735cd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 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))
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 = "0.2.0"
version = "1.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__ = "0.2.0"
__version__ = "1.0.0"

from .const import (
MC3000_BLUETOOTH_NAMES,
Expand Down

0 comments on commit f735cd9

Please sign in to comment.