|
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
## [Unreleased]
|
|
## [Unreleased]
|
|
|
|
+
|
|
|
|
+## [0.2.1] - 2021-02-08
|
|
### Fixed
|
|
### Fixed
|
|
- docker image: upgrade `cc1101` library to fix deadlock on SPI device file
|
|
- docker image: upgrade `cc1101` library to fix deadlock on SPI device file
|
|
occurring when exception gets raised while entering `cc1101.CC1101`'s context
|
|
occurring when exception gets raised while entering `cc1101.CC1101`'s context
|
|
@@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
and `intertechno-cc1101/[ALIAS]/set` (if using `--alias-file`)
|
|
and `intertechno-cc1101/[ALIAS]/set` (if using `--alias-file`)
|
|
- automatic discovery in home assistant for all devices specified in `--alias-file aliases.json`
|
|
- automatic discovery in home assistant for all devices specified in `--alias-file aliases.json`
|
|
|
|
|
|
-[Unreleased]: https://git.hammerle.me/fphammerle/intertechno-cc1101-mqtt/compare/v0.2.0...HEAD
|
|
+[Unreleased]: https://git.hammerle.me/fphammerle/intertechno-cc1101-mqtt/compare/v0.2.1...HEAD
|
|
|
|
+[0.2.1]: https://git.hammerle.me/fphammerle/intertechno-cc1101-mqtt/compare/v0.2.0...v0.2.1
|
|
[0.2.0]: https://git.hammerle.me/fphammerle/intertechno-cc1101-mqtt/compare/v0.1.0...v0.2.0
|
|
[0.2.0]: https://git.hammerle.me/fphammerle/intertechno-cc1101-mqtt/compare/v0.1.0...v0.2.0
|
|
[0.1.0]: https://git.hammerle.me/fphammerle/intertechno-cc1101-mqtt/src/v0.1.0
|
|
[0.1.0]: https://git.hammerle.me/fphammerle/intertechno-cc1101-mqtt/src/v0.1.0
|