diff --git a/CHANGELOG.md b/CHANGELOG.md index 7863989..1fec41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,16 @@ +0.10.0 +- Docker image creation (Debian Stretch), pushed on kasproject/kas +- Restructure documentation add support for Sphinx export it to readthedocs +- Add support for include feature for Yaml files +- Add support for Isar build system +- Handling of SIGTERM/TERM improved +- Parallel download of git sources +- Allow environment to overwrite proxy, target, machine and distro +- Add unit testing for include/merge config file handling +- Rename sublayers back to layers +- pylint & pep8 cleanups +- Allow to define workdir via KAS_WORK_DIR +- Shell honors SHELL and TERM environment variable + 0.9.0 - initial public release diff --git a/kas/__version__.py b/kas/__version__.py index eb87993..dcdb26b 100644 --- a/kas/__version__.py +++ b/kas/__version__.py @@ -25,5 +25,5 @@ __license__ = 'MIT' __copyright__ = 'Copyright (c) Siemens AG, 2017' -__version__ = '0.9.0' -__compatible_version__ = '0.9' +__version__ = '0.10.0' +__compatible_version__ = '0.10' diff --git a/setup.py b/setup.py index 93d9fb5..dd410df 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( # 3 - Alpha # 4 - Beta # 5 - Production/Stable - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', # Indicate who your project is intended for 'Intended Audience :: Developers',