Skip to content

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Wagner committed May 17, 2018
1 parent c1e5c4f commit de243b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion kas/__version__.py
Expand Up @@ -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
Expand Down

0 comments on commit de243b2

Please sign in to comment.