Skip to content

Commit

Permalink
Merge pull request #148 from basilfx/release/2.0.1
Browse files Browse the repository at this point in the history
Release v2.0.1
  • Loading branch information
basilfx authored Aug 5, 2024
2 parents 5da84a5 + dfe89da commit c72cca3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v2.0.1
Released 5 August 2024

Highlights:
* Updated: upgrade to aiobiketrax v1.3.1 to address compatibility with Home Assistant 2024.8.

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

## v2.0.0
Released 21 May 2024

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 @@ -11,6 +11,6 @@
"loggers": ["aiobiketrax"],
"requirements": ["aiobiketrax==1.3.1"],
"ssdp": [],
"version": "2.0.0",
"version": "2.0.1",
"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 = "2.0.0"
version = "2.0.1"
description = "Custom component for the PowUnity BikeTrax integration for Home Assistant."
authors = ["Bas Stottelaar <[email protected]>"]
package-mode = false
Expand Down

0 comments on commit c72cca3

Please sign in to comment.