Skip to content

Commit 28207d9

Browse files
0.9.0
1 parent 817f98c commit 28207d9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.9.0 (2019-10-18 14:15:00 -0800)
2+
---------------------------------
3+
- Fixed possibly unescaped logger formatting in version. `#553 <https://github.com/ros-infrastructure/bloom/pull/553>`_
4+
- Added ament package support to RPM generation. `#534 <https://github.com/ros-infrastructure/bloom/pull/534>`_
5+
- Added ROS_PYTHON_VERSION to dependency condtionals. `#551 <https://github.com/ros-infrastructure/bloom/pull/551>`_
6+
With this change rosdistro v4 indexes must define the ``python_version`` field introduced in `ros-infrastructure/rep#207 <https://github.com/ros-infrastructure/rep/pull/207`_.
7+
- Fixed deprecation warnings by using yaml.safe_load. `#530 <https://github.com/ros-infrastructure/bloom/pull/530>`_
8+
- Changed release suites, dropping all older than Ubuntu Xenial and adding Ubuntu Cosmic, Disco, and Eoan. `#543 <https://github.com/ros-infrastructure/bloom/pull/543>`_
9+
- Improved error handling for package conditions and index files. `#537 <https://github.com/ros-infrastructure/bloom/pull/537>`_
10+
- Added feature to disable pull request generation via argument or ``BLOOM_NO_ROSDISTRO_PULL_REQUEST`` environment variable. `#548 <https://github.com/ros-infrastructure/bloom/pull/548>`_
11+
- Updated RPM generator to always create a source archive. `#540 <https://github.com/ros-infrastructure/bloom/pull/540>`_
12+
- Updated RPM spec templates. `#533 <https://github.com/ros-infrastructure/bloom/pull/533>`_
13+
114
0.8.0 (2019-04-12 13:45:00 -0800)
215
---------------------------------
316
- Start release increment at 1. `#528 <https://github.com/ros-infrastructure/bloom/pull/528>`_

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

0 commit comments

Comments
 (0)