Release 2.0

This commit is contained in:
Jan Kiszka 2019-11-20 06:53:15 +01:00
parent f0e0fa5da4
commit 141476203d
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2.0
- Add support for Yocto 3.0 / latest Isar
- Move docker image to Debian buster
- Add git-lfs support to docker image
- Add Yocto testimage dependencies to docker image
1.1
- Restore mercurial support
- Add -c and --cmd as aliases for --task

View File

@ -56,7 +56,7 @@ trace()
}
if [ -z "${KAS_IMAGE_VERSION}" ]; then
KAS_IMAGE_VERSION="1.1"
KAS_IMAGE_VERSION="2.0"
fi
DOCKER_IMAGE=kasproject/kas:${KAS_IMAGE_VERSION}

View File

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