diff --git a/CHANGELOG.md b/CHANGELOG.md index 035fe08..a8bec6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.12.0 +- Remove dynamic configuration support (Python config files) +- Shell command prepares complete bitbake configuration +- Add to define task in config and environment +- Improved error handling and reporting + 0.11.0 - Allow in-tree repos not to be in a git repo - Pass through git proxy related environment variables diff --git a/kas/__version__.py b/kas/__version__.py index 4907926..f016e5a 100644 --- a/kas/__version__.py +++ b/kas/__version__.py @@ -25,6 +25,6 @@ __license__ = 'MIT' __copyright__ = 'Copyright (c) Siemens AG, 2017' -__version__ = '0.11.0' +__version__ = '0.12.0' __file_version__ = 2 __compatible_file_version__ = 1