Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed May 21, 2024
1 parent 137ec6d commit c3333af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## v2.0.0b1
Unreleased
## v2.0.0
Released 21 May 2024

Highlights:
* Updated: upgrade to aiobiketrax v1.3.0 to address several API changes.
Expand All @@ -10,7 +10,9 @@ Highlights:
* 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).
The full list of commits can be found [here](https://github.com/basilfx/homeassistant-biketrax/compare/v1.1.2...v2.0.0).

This release supersedes 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": "2.0.0b1",
"version": "2.0.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 = "2.0.0b1"
version = "2.0.0"
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 c3333af

Please sign in to comment.