diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f528f4a..bc923268 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,15 @@ +0.9.2 (2020-03-02 13:00:00 -0800) +--------------------------------- +- Add option to disable weak RPM dependencies. `#574 `_ +- If not interactive, don't prompt to fix broken rosdep keys. `#573 `_ +- Make the RPM spec templates look more like the results. `#568 `_ +- Suppress automatic rosdep with BLOOM_SKIP_ROSDEP_UPDATE. `#565 `_ +- Provide group membership information in RPM packages. `#564 `_ +- Add an optional release version suffix to RPM templates. `#569 `_ +- Drop Connext from RPM RMW list. `#566 `_ +- Provide -devel, -doc and -runtime virtual packages in RPM. `#563 `_ +- Print the OS name along with OS version for RPMs. `#562 `_ + 0.9.1 (2020-02-03 10:00:00 -0800) --------------------------------- - Added a debinc of 100 to prevent conflicts with upstream Ubuntu versions. diff --git a/setup.py b/setup.py index 1c7846fb..0fb68403 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='bloom', - version='0.9.1', + version='0.9.2', packages=find_packages(exclude=['test', 'test.*']), package_data={ 'bloom.generators.debian': [