File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
custom_components/biketrax Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v2.0.0b1
4- Unreleased
3+ ## v2.0.0
4+ Released 21 May 2024
55
66Highlights:
77* Updated: upgrade to aiobiketrax v1.3.0 to address several API changes.
@@ -10,7 +10,9 @@ Highlights:
1010* Fixed: use new const data types for units and data sources.
1111* Fixed: switch entities could not be toggled.
1212
13- The full list of commits can be found [ here] ( https://github.com/basilfx/homeassistant-biketrax/compare/v1.1.2...v2.0.0b1 ) .
13+ The full list of commits can be found [ here] ( https://github.com/basilfx/homeassistant-biketrax/compare/v1.1.2...v2.0.0 ) .
14+
15+ This release supersedes v2.0.0b1.
1416
1517## v1.1.2
1618Released 1 January 2024
Original file line number Diff line number Diff line change 1111 "loggers" : [" aiobiketrax" ],
1212 "requirements" : [" aiobiketrax==1.3.0" ],
1313 "ssdp" : [],
14- "version" : " 2.0.0b1 " ,
14+ "version" : " 2.0.0 " ,
1515 "zeroconf" : []
1616}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ profile = "black"
1414
1515[tool .poetry ]
1616name = " homeassistant-biketrax"
17- version = " 2.0.0b1 "
17+ version = " 2.0.0 "
1818description = " Custom component for the PowUnity BikeTrax integration for Home Assistant."
1919authors = [
" Bas Stottelaar <[email protected] >" ]
2020package-mode = false
You can’t perform that action at this time.
0 commit comments