Version 2.1.0

This commit is contained in:
mprahl
2018-05-04 08:08:06 -04:00
parent 062e92e209
commit c635e371f9
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
Change Log
==========
v2.1.0
------
* Change ModuleBuild.context to a database column which allows filtering
* Generate informative Koji tag names when "name:stream:version" is not too long
* Reuse components only from modules with the same build_context (same buildrequires names and streams)
* Generate 'context' from hash based on buildrequires/requires stream instead of commit hashes
* Allow defining list of packages which are blocked in the "-build" tag until they are built in a module
* Keep the 'module_name:[]' in requires unexpanded in the recorded modulemd
v2.0.2
------

View File

@@ -23,7 +23,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, 'test-requirements
setup(name='module-build-service',
description='The Module Build Service for Modularity',
version='2.0.2',
version='2.1.0',
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"