diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index dfd29dbf..38d0e6cc 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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 ------ diff --git a/setup.py b/setup.py index 66a11d75..d783c21b 100644 --- a/setup.py +++ b/setup.py @@ -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"