Skip to content

Commit d2265fd

Browse files
committed
0.9.8
1 parent b1edf70 commit d2265fd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.9.8 (2020-08-21 15:36:00 -0700)
2+
---------------------------------
3+
- Run tests in RPM builds for ament and cmake packages. `#585 <https://github.com/ros-infrastructure/bloom/pull/585>`_
4+
- Add --skip-keys argument to the RPM generator. `#602 <https://github.com/ros-infrastructure/bloom/pull/602>`_
5+
- Fix conditional evaluation of Conflicts/Replaces. `#601 <https://github.com/ros-infrastructure/bloom/pull/601>`_
6+
- Set Python2-Depends-Name to allow releasing from Focal. `#595 <https://github.com/ros-infrastructure/bloom/pull/595>`_
7+
- Drop CATKIN_BUILD_BINARY_PACKAGE from cmake RPMs. `#589 <https://github.com/ros-infrastructure/bloom/pull/589>`_
8+
- Remove catkin reference from comment in non-catkin pkgs. `#588 <https://github.com/ros-infrastructure/bloom/pull/588>`_
9+
110
0.9.7 (2020-05-04 12:45:00 -0800)
211
---------------------------------
312
- Removed rmw implementations from typesupport dependencies for Foxy. `#587 <https://github.com/ros-infrastructure/bloom/issues/587>`_

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='bloom',
25-
version='0.9.7',
25+
version='0.9.8',
2626
packages=find_packages(exclude=['test', 'test.*']),
2727
package_data={
2828
'bloom.generators.debian': [

0 commit comments

Comments
 (0)