Skip to content

Commit fcc44de

Browse files
committed
0.10.0
1 parent 0e5085c commit fcc44de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.10.0 (2020-09-28 16:30:00 -0700)
2+
----------------------------------
3+
- Add CMAKE_PREFIX_PATH to ament_cmake and cmake templates `#606 <https://github.com/ros-infrastructure/bloom/pull/606>`_
4+
- Add RHEL to the default action list `#604 <https://github.com/ros-infrastructure/bloom/pull/604>`_
5+
- Handle skipping keys multiple times `#603 <https://github.com/ros-infrastructure/bloom/pull/603>`_
6+
17
0.9.8 (2020-08-21 15:36:00 -0700)
28
---------------------------------
39
- Run tests in RPM builds for ament and cmake packages. `#585 <https://github.com/ros-infrastructure/bloom/pull/585>`_

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.8',
25+
version='0.10.0',
2626
packages=find_packages(exclude=['test', 'test.*']),
2727
package_data={
2828
'bloom.generators.debian': [

0 commit comments

Comments
 (0)