Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed Dec 10, 2022
1 parent c0871e9 commit 8867a09
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.5.0
Released 10 December 2022

Highlights:
* Added: sensor states for statistics support.
* Added: proper support for native units that can be configured via HASS.
* Fixed: upgrade to aiobiketrax v0.5.0 for solving WebSocket connection issues.

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

## v0.4.0
Released 30 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.5.0"],
"ssdp": [],
"version": "0.4.0",
"version": "0.5.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.4.0"
version = "0.5.0"
description = "Custom component for the PowUnity BikeTrax integration for Home Assistant."
authors = ["Bas Stottelaar <basstottelaar@gmail.com>"]

Expand Down

0 comments on commit 8867a09

Please sign in to comment.