File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.10.2 ] - 2023-09-05
99### Changed
1010- Relaxed dependency version constraints for improved home-assistant compatability.
1111
1212### Fixed
1313- Fixed ` idasen init ` on MacOS.
1414
15- # [ 0.10.1] - 2023-09-03
15+ ## [ 0.10.1] - 2023-09-03
1616### Added
1717- Added support for bleak version ` ~0.21 ` .
1818
19- # [ 0.10.0] - 2023-08-24
19+ ## [ 0.10.0] - 2023-08-24
2020### Added
2121- Added support for initializing ` IdasenDesk ` with a ` BLEDevice ` instead of a MAC address.
2222- Added ` connect ` and ` disconnect ` methods as an alternative to the context manager.
@@ -141,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141141## [ 0.1.0] - 2020-09-07
142142- Initial release
143143
144- [ Unreleased ] : https://github.com/newAM/idasen/compare/v0.10.1...HEAD
144+ [ Unreleased ] : https://github.com/newAM/idasen/compare/v0.10.2...HEAD
145+ [ 0.10.2 ] : https://github.com/newAM/idasen/compare/v0.10.1...v0.10.2
145146[ 0.10.1 ] : https://github.com/newAM/idasen/compare/v0.10.0...v0.10.1
146147[ 0.10.0 ] : https://github.com/newAM/idasen/compare/v0.9.6...v0.10.0
147148[ 0.9.6 ] : https://github.com/newAM/idasen/compare/v0.9.5...v0.9.6
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ target-version = ["py38"]
66name = " idasen"
77description = " ikea IDÅSEN desk API and CLI."
88authors = [" Alex Martens <alex@thinglab.org>" ]
9- version = " 0.10.1 "
9+ version = " 0.10.2 "
1010license = " MIT"
1111readme = " README.rst"
1212repository = " https://github.com/newAM/idasen"
You can’t perform that action at this time.
0 commit comments