Skip to content

Commit 102b365

Browse files
authored
version: 0.10.1 -> 0.10.2
1 parent 1a7c131 commit 102b365

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target-version = ["py38"]
66
name = "idasen"
77
description = "ikea IDÅSEN desk API and CLI."
88
authors = ["Alex Martens <[email protected]>"]
9-
version = "0.10.1"
9+
version = "0.10.2"
1010
license = "MIT"
1111
readme = "README.rst"
1212
repository = "https://github.com/newAM/idasen"

0 commit comments

Comments
 (0)