File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33various sub-modules.
44"""
55
6- __version__ = "0.7 .0"
6+ __version__ = "0.8 .0"
You can’t perform that action at this time.
0 commit comments