Skip to content

Commit

Permalink
Merge pull request #105 from basilfx/release/1.1.0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
basilfx committed Aug 6, 2023
2 parents 52a537f + 13097e6 commit 32330c5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.1.0
Released 06 August 2023

Highlights:
* Fixed: deprecated call to update entity state.
* Added: configured debug logging from within HASS.
* Updated: upgrade to aiobiketrax v1.1.0.

The full list of commits can be found [here](https://github.com/basilfx/homeassistant-biketrax/compare/v1.0.0...v1.1.0).

## v1.0.0
Released 12 June 2023

Expand All @@ -10,7 +20,7 @@ Highlights:
* Improved: log warning when subscription has ended.
* Updated: upgrade to aiobiketrax v1.0.0.

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

## v0.5.0
Released 10 December 2022
Expand All @@ -20,7 +30,7 @@ Highlights:
* 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).
The full list of commits can be found [here](https://github.com/basilfx/homeassistant-biketrax/compare/v0.4.0...v0.5.0).

## v0.4.0
Released 30 October 2022
Expand All @@ -31,7 +41,7 @@ Highlights:
* 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).
The full list of commits can be found [here](https://github.com/basilfx/homeassistant-biketrax/compare/v0.3.0...v0.4.0).

## v0.3.0
Released 16 October 2022
Expand All @@ -43,7 +53,7 @@ Highlights:
* 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.3.0).
The full list of commits can be found [here](https://github.com/basilfx/homeassistant-biketrax/compare/v0.2.1...v0.3.0).

This release supersedes v0.2.2a1.

Expand All @@ -53,20 +63,20 @@ 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).
The full list of commits can be found [here](https://github.com/basilfx/homeassistant-biketrax/compare/v0.2.0...v0.2.1).

## v0.2.0
Released 10 August 2022

Highlights:
* Updated: aiobiketrax v0.2.0 to address several API issues.

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

## v0.1.0
Released 8 July 2022

Highlights:
* Initial release.

The full list of commits can be found [here](https://github.com/basilfx/homeassistant-aiobiketrax/compare/31fe9562d51c170a10d4f8956a37359a1d8879b3...v0.1.0).
The full list of commits can be found [here](https://github.com/basilfx/homeassistant-biketrax/compare/31fe9562d51c170a10d4f8956a37359a1d8879b3...v0.1.0).
6 changes: 2 additions & 4 deletions custom_components/biketrax/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
"homekit": {},
"iot_class": "cloud_polling",
"issue_tracker": "https://www.github.com/basilfx/homeassistant-biketrax/issues",
"loggers": [
"aiobiketrax"
],
"loggers": ["aiobiketrax"],
"requirements": ["aiobiketrax==1.1.0"],
"ssdp": [],
"version": "1.0.0",
"version": "1.1.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 = "1.0.0"
version = "1.1.0"
description = "Custom component for the PowUnity BikeTrax integration for Home Assistant."
authors = ["Bas Stottelaar <basstottelaar@gmail.com>"]

Expand Down

0 comments on commit 32330c5

Please sign in to comment.