Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed Oct 30, 2022
1 parent 2d09744 commit 8571828
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
@@ -1,5 +1,16 @@
# Changelog

## v0.4.0
Released 30 October 2022

Highlights:
* Updated: aiobiketrax v0.4.0 for exposing additional data.
* Improved: migrate alarm switch to an alarm control panel (breaking change).
* Fixed: read-only mode not persisted.
* Fixed: unit conversion for imperial units.

The full list of commits can be found [here](https://github.com/basilfx/homeassistant-aiobiketrax/compare/v0.3.0...v0.4.0).

## v0.3.0
Released 16 October 2022

Expand Down
2 changes: 1 addition & 1 deletion custom_components/biketrax/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"name": "PowUnity BikeTrax",
"requirements": ["aiobiketrax==0.4.0"],
"ssdp": [],
"version": "0.3.0",
"version": "0.4.0",
"zeroconf": []
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ profile = "black"

[tool.poetry]
name = "homeassistant-biketrax"
version = "0.3.0"
version = "0.4.0"
description = "Custom component for the PowUnity BikeTrax integration for Home Assistant."
authors = ["Bas Stottelaar <basstottelaar@gmail.com>"]

Expand Down

0 comments on commit 8571828

Please sign in to comment.