diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8e9069ed..def3b9cd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,17 @@ +0.9.0 (2019-10-18 13:30:00 -0800) +--------------------------------- + +- Added ament package support to RPM generation. `#534 `_ +- Added ROS_PYTHON_VERSION to dependency condtionals. `#551 `_ + With this change rosdistro v4 indexes must define the ``python_version`` field introduced in `ros-infrastructure/rep#207 `_ +- Changed release suites, dropping all older than Ubuntu Xenial and adding Ubuntu Cosmic, Disco, and Eoan. `#543 `_ +- Improved error handling for package conditions and index files. `#537 `_ +- Added feature to disable pull request generation via argument or ``BLOOM_NO_ROSDISTRO_PULL_REQUEST`` environment variable. `#548 `_ +- Updated RPM generator to always create a source archive. `#540 `_ +- Updated RPM spec templates. `#533 `_ + + 0.8.0 (2019-04-12 13:45:00 -0800) --------------------------------- - Start release increment at 1. `#528 `_ diff --git a/setup.py b/setup.py index 142f9472..29613004 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='bloom', - version='0.8.0', + version='0.9.0', packages=find_packages(exclude=['test', 'test.*']), package_data={ 'bloom.generators.debian': [