Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed Oct 16, 2022
1 parent 6b7543e commit f3600e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
# Changelog

## v0.2.2
Unreleased
## v0.3.0
Released 16 October 2022

Highlights:
* Updated: aiobiketrax v0.2.2a1 to address several API issues.
* Updated: aiobiketrax v0.3.0 to address several API issues.
* Updated: reduce device data polling from 5 minutes to 15 minutes (does not affect WebSocket updates).
* Fixed: proper unit system check.
* Improved: login feedback in case of authentication, connection or device issues.
* Improved: increased logging.

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

This release supersedes v0.2.2a1.

## v0.2.1
Release 27 August 2022
Released 27 August 2022

Highlights:
* Updated: aiobiketrax v0.2.1 to fix an issue with the websocket reconnect.

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

## v0.2.0
Release 10 August 2022
Released 10 August 2022

Highlights:
* Updated: aiobiketrax v0.2.0 to address several API issues.
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.3.0"],
"ssdp": [],
"version": "0.2.2a1",
"version": "0.3.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.2.2a1"
version = "0.3.0"
description = "Custom component for the PowUnity BikeTrax integration for Home Assistant."
authors = ["Bas Stottelaar <basstottelaar@gmail.com>"]

Expand Down

0 comments on commit f3600e6

Please sign in to comment.