File tree 2 files changed +6
-5
lines changed
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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.10.2 ] - 2023-09-05
9
9
### Changed
10
10
- Relaxed dependency version constraints for improved home-assistant compatability.
11
11
12
12
### Fixed
13
13
- Fixed ` idasen init ` on MacOS.
14
14
15
- # [ 0.10.1] - 2023-09-03
15
+ ## [ 0.10.1] - 2023-09-03
16
16
### Added
17
17
- Added support for bleak version ` ~0.21 ` .
18
18
19
- # [ 0.10.0] - 2023-08-24
19
+ ## [ 0.10.0] - 2023-08-24
20
20
### Added
21
21
- Added support for initializing ` IdasenDesk ` with a ` BLEDevice ` instead of a MAC address.
22
22
- 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
141
141
## [ 0.1.0] - 2020-09-07
142
142
- Initial release
143
143
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
145
146
[ 0.10.1 ] : https://github.com/newAM/idasen/compare/v0.10.0...v0.10.1
146
147
[ 0.10.0 ] : https://github.com/newAM/idasen/compare/v0.9.6...v0.10.0
147
148
[ 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"]
6
6
name = " idasen"
7
7
description = " ikea IDÅSEN desk API and CLI."
8
8
authors = [
" Alex Martens <[email protected] >" ]
9
- version = " 0.10.1 "
9
+ version = " 0.10.2 "
10
10
license = " MIT"
11
11
readme = " README.rst"
12
12
repository = " https://github.com/newAM/idasen"
You can’t perform that action at this time.
0 commit comments