Skip to content

Commit 2a5eb28

Browse files
authored
version: 0.9.6 -> 0.10.0
1 parent 2b0d0e6 commit 2a5eb28

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Diff for: CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@ 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.0] - 2023-08-24
99
### Added
1010
- Added support for initializing `IdasenDesk` with a `BLEDevice` instead of a MAC address.
1111
- Added `connect` and `disconnect` methods as an alternative to the context manager.
1212
- Added a `disconnected_callback` argument to the `IdasenDesk` constructor.
13+
- Added a `pair` method.
1314

1415
### Changed
1516
- Changed `build-system.requires` from `["poetry>=0.12"]` to `["poetry-core"]`.
1617

18+
### Fixed
19+
- Fixed the `stop` method not stopping the desk.
20+
1721
## [0.9.6] - 2023-03-18
1822
### Added
1923
- Added support for bleak version `~0.20`.
@@ -126,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
126130
## [0.1.0] - 2020-09-07
127131
- Initial release
128132

129-
[Unreleased]: https://github.com/newAM/idasen/compare/v0.9.6...HEAD
133+
[Unreleased]: https://github.com/newAM/idasen/compare/v0.10.0...HEAD
134+
[0.10.0]: https://github.com/newAM/idasen/compare/v0.9.6...v0.10.0
130135
[0.9.6]: https://github.com/newAM/idasen/compare/v0.9.5...v0.9.6
131136
[0.9.5]: https://github.com/newAM/idasen/compare/v0.9.4...v0.9.5
132137
[0.9.4]: https://github.com/newAM/idasen/compare/v0.9.3...v0.9.4

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.9.6"
9+
version = "0.10.0"
1010
license = "MIT"
1111
readme = "README.rst"
1212
repository = "https://github.com/newAM/idasen"

0 commit comments

Comments
 (0)