Skip to content

Commit 8571828

Browse files
committed
Release v0.4.0
1 parent 2d09744 commit 8571828

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## v0.4.0
4+
Released 30 October 2022
5+
6+
Highlights:
7+
* Updated: aiobiketrax v0.4.0 for exposing additional data.
8+
* Improved: migrate alarm switch to an alarm control panel (breaking change).
9+
* Fixed: read-only mode not persisted.
10+
* Fixed: unit conversion for imperial units.
11+
12+
The full list of commits can be found [here](https://github.com/basilfx/homeassistant-aiobiketrax/compare/v0.3.0...v0.4.0).
13+
314
## v0.3.0
415
Released 16 October 2022
516

custom_components/biketrax/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"name": "PowUnity BikeTrax",
1111
"requirements": ["aiobiketrax==0.4.0"],
1212
"ssdp": [],
13-
"version": "0.3.0",
13+
"version": "0.4.0",
1414
"zeroconf": []
1515
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ profile = "black"
1414

1515
[tool.poetry]
1616
name = "homeassistant-biketrax"
17-
version = "0.3.0"
17+
version = "0.4.0"
1818
description = "Custom component for the PowUnity BikeTrax integration for Home Assistant."
1919
authors = ["Bas Stottelaar <[email protected]>"]
2020

0 commit comments

Comments
 (0)