Release 0.18.0

This commit is contained in:
Daniel Wagner 2018-05-17 13:12:10 +02:00
parent c1e5c4f379
commit de243b28b8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
0.18.0
- Add patch support for repos
- Use git diff-index to check if repo is dirty
- docker: add debootstrap and qemu-user-static
0.17.0
- Add iproute and zx-utils to the docker image
- Fix relative path for repos

View File

@ -25,7 +25,7 @@
__license__ = 'MIT'
__copyright__ = 'Copyright (c) Siemens AG, 2017'
__version__ = '0.17.0'
__version__ = '0.18.0'
# Please update docs/format-changelog.rst when changing the file version.
__file_version__ = 8