From 917e0e36fbba1f010a58a4b159dca5054df0007f Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Tue, 14 May 2024 09:43:24 +0200 Subject: [PATCH] Release v2.0.0b1 --- CHANGELOG.md | 12 ++++++++++++ custom_components/biketrax/manifest.json | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a8bed..73135df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/custom_components/biketrax/manifest.json b/custom_components/biketrax/manifest.json index 6741ed2..2f5072c 100644 --- a/custom_components/biketrax/manifest.json +++ b/custom_components/biketrax/manifest.json @@ -11,6 +11,6 @@ "loggers": ["aiobiketrax"], "requirements": ["aiobiketrax==1.3.0"], "ssdp": [], - "version": "1.1.2", + "version": "2.0.0b1", "zeroconf": [] } diff --git a/pyproject.toml b/pyproject.toml index a1dd504..ebe8dd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] package-mode = false