Release 0.12.0

Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
Daniel Wagner 2017-10-09 17:53:40 +02:00
parent 133f1be38a
commit d1968a7f84
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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