Skip to content

Commit 00895ee

Browse files
committed
version: 0.11.0 -> 0.11.1
1 parent 71dd926 commit 00895ee

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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+
## [0.11.1] - 2024-01-13
9+
### Fixed
10+
- Fixed the desk stopping at inconsistent heights.
11+
812
## [0.11.0] - 2023-12-25
913
### Added
1014
- Added a `wakeup` method for compatibility with the Linak DPG1C controller.
@@ -152,7 +156,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
152156
## [0.1.0] - 2020-09-07
153157
- Initial release
154158

155-
[Unreleased]: https://github.com/newAM/idasen/compare/v0.11.0...HEAD
159+
[Unreleased]: https://github.com/newAM/idasen/compare/v0.11.1...HEAD
160+
[0.11.1]: https://github.com/newAM/idasen/compare/v0.11.0...v0.11.1
156161
[0.11.0]: https://github.com/newAM/idasen/compare/v0.10.3...v0.11.0
157162
[0.10.3]: https://github.com/newAM/idasen/compare/v0.10.2...v0.10.3
158163
[0.10.2]: https://github.com/newAM/idasen/compare/v0.10.1...v0.10.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.11.0"
9+
version = "0.11.1"
1010
license = "MIT"
1111
readme = "README.rst"
1212
repository = "https://github.com/newAM/idasen"

0 commit comments

Comments
 (0)