[SKIP CI] prepare new release

This commit is contained in:
Robert Kaussow 2019-02-19 11:13:28 +01:00
parent bae3078c75
commit 2986f8771e
2 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,3 @@
- ENHANCEMENT
- Dont be too restrictive and allow max. one empty line at the end of yaml files ([#7](https://github.com/xoxys/ansible-later/issues/7))
- BUGFIX
- Controls like `when` used at block level will be added as metadata to each task inside this block [#9](https://github.com/xoxys/ansible-later/issues/9)
- Commands can be used in place of modules if the task use register [#8](https://github.com/xoxys/ansible-later/issues/8)

View File

@ -1,6 +1,6 @@
__author__ = "Robert Kaussow"
__project__ = "ansible-later"
__version__ = "0.1.3"
__version__ = "0.1.4"
__license__ = "MIT"
__maintainer__ = "Robert Kaussow"
__email__ = "mail@geeklabor.de"