Skip to content

Commit 82cac5a

Browse files
author
Robert Schindler
committed
[schedy] Release v0.8.0
1 parent e08cf33 commit 82cac5a

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

docs/apps/schedy/CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
## Unreleased
1010

1111
### Fixed
12-
* Fixed indentation in sample configuration in docs.
1312

1413
### Security
1514

1615
### Added
17-
* Added new `generic2` actor type which is more flexible than the old `generic`.
1816

1917
### Changed
20-
* The `switch` actor type is now driven by the new `generic2` actor type. Functionality
21-
and syntax stays all the same.
2218

2319
### Deprecated
2420

2521
### Removed
2622

2723

24+
## 0.8.0 - 2020-02-03
25+
26+
### Fixed
27+
* Fixed indentation in sample configuration in docs.
28+
29+
### Added
30+
* Added new `generic2` actor type which is more flexible than the old `generic`.
31+
32+
### Changed
33+
* The `switch` actor type is now driven by the new `generic2` actor type. Functionality
34+
and syntax stays all the same.
35+
36+
2837
## 0.7.0 - 2019-12-04
2938

3039
### Fixed

hass_apps/schedy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
various sub-modules.
44
"""
55

6-
__version__ = "0.7.0"
6+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)