Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Mar 2, 2020
1 parent b590f55 commit 6d7b521
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.9.2 (2020-03-02 13:00:00 -0800)
---------------------------------
- Add option to disable weak RPM dependencies. `#574 <https://github.com/cottsay/bloom/issues/574>`_
- If not interactive, don't prompt to fix broken rosdep keys. `#573 <https://github.com/cottsay/bloom/issues/573>`_
- Make the RPM spec templates look more like the results. `#568 <https://github.com/cottsay/bloom/issues/568>`_
- Suppress automatic rosdep with BLOOM_SKIP_ROSDEP_UPDATE. `#565 <https://github.com/cottsay/bloom/issues/565>`_
- Provide group membership information in RPM packages. `#564 <https://github.com/cottsay/bloom/issues/564>`_
- Add an optional release version suffix to RPM templates. `#569 <https://github.com/cottsay/bloom/issues/569>`_
- Drop Connext from RPM RMW list. `#566 <https://github.com/cottsay/bloom/issues/566>`_
- Provide -devel, -doc and -runtime virtual packages in RPM. `#563 <https://github.com/cottsay/bloom/issues/563>`_
- Print the OS name along with OS version for RPMs. `#562 <https://github.com/cottsay/bloom/issues/562>`_

0.9.1 (2020-02-03 10:00:00 -0800)
---------------------------------
- Added a debinc of 100 to prevent conflicts with upstream Ubuntu versions.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit 6d7b521

Please sign in to comment.