Skip to content

Commit

Permalink
Release v2.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed May 14, 2024
1 parent 7325c32 commit 917e0e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v2.0.0b1
Unreleased

Highlights:
* Updated: upgrade to aiobiketrax v1.3.0 to address several API changes.
* Improved: extended device information.
* Fixed: ensure device identifier is used as a string (breaking change).
* Fixed: use new const data types for units and data sources.
* Fixed: switch entities could not be toggled.

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

## v1.1.2
Released 1 January 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.0"],
"ssdp": [],
"version": "1.1.2",
"version": "2.0.0b1",
"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.1.2"
version = "2.0.0b1"
description = "Custom component for the PowUnity BikeTrax integration for Home Assistant."
authors = ["Bas Stottelaar <basstottelaar@gmail.com>"]
package-mode = false
Expand Down

0 comments on commit 917e0e3

Please sign in to comment.