prepare new minor release

This commit is contained in:
Robert Kaussow 2019-01-30 00:43:21 +01:00
parent 098366fcf8
commit f601417760
3 changed files with 11 additions and 12 deletions

View File

@ -111,6 +111,8 @@ steps:
files:
- dist/*
- sha256sum.txt
title: $${DRONE_TAG}
note: CHANGELOG.md
depends_on:
- gpgsign
when:

View File

@ -1,11 +1,8 @@
<a name="v0.1.0"></a>
## v0.1.0 (2018-12-19)
### Drone
* fix version grep and switch to stretch images for test steps
* add missing build dependencies
* add missing build-base to alpine python images
* prepare pipeline to allow parallel python versions testing
- BUGFIX
- Error while vault file classification if file is a binary [#6](https://github.com/xoxys/ansible-later/issues/6)
- Wrong line number displayed when using normalized yaml [#3](https://github.com/xoxys/ansible-later/issues/3)
- ENHANCEMENT
- Exclude include_vars from tasks that has to be named [#5](https://github.com/xoxys/ansible-later/issues/5)
- New rule: force `become` is not used without `become_user` [#4](https://github.com/xoxys/ansible-later/issues/4)
- New rule: bool values should be True/False or yes/no formatted [#2](https://github.com/xoxys/ansible-later/issues/2)
- New rule: jinja2 filters should be separated by spaces [#1](https://github.com/xoxys/ansible-later/issues/1)

View File

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