Skip to content

Commit

Permalink
0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Nov 25, 2020
1 parent be1a99c commit 283c4f7
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 8 deletions.
6 changes: 6 additions & 0 deletions launch_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package launch_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.8.9 (2020-11-24)
------------------
* Resolve libyaml warning when loading parameters from file. (`#161 <https://github.com/ros2/launch_ros/issues/161>`_) (`#204 <https://github.com/ros2/launch_ros/issues/204>`_)
* Update maintainers for Dashing. (`#192 <https://github.com/ros2/launch_ros/issues/192>`_)
* Contributors: Dereck Wonnacott, Jacob Perron, Michael Jeronimo

0.8.8 (2020-03-13)
------------------
* Fix LoadComposableNodes action so that loading happens asynchronously. (`#131 <https://github.com/ros2/launch_ros/issues/131>`_)
Expand Down
2 changes: 1 addition & 1 deletion launch_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>launch_ros</name>
<version>0.8.8</version>
<version>0.8.9</version>
<description>ROS specific extensions to the launch tool.</description>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion launch_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.8.8',
version='0.8.9',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
5 changes: 5 additions & 0 deletions launch_testing_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package launch_testing_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.8.9 (2020-11-24)
------------------
* Update maintainers for Dashing. (`#192 <https://github.com/ros2/launch_ros/issues/192>`_)
* Contributors: Michael Jeronimo

0.8.8 (2020-03-13)
------------------

Expand Down
2 changes: 1 addition & 1 deletion launch_testing_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>launch_testing_ros</name>
<version>0.8.8</version>
<version>0.8.9</version>
<description>A package providing utilities for writing ROS2 enabled launch tests.</description>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion launch_testing_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='launch_testing_ros',
version='0.8.8',
version='0.8.9',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages', ['resource/launch_testing_ros']),
Expand Down
5 changes: 5 additions & 0 deletions ros2launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package ros2launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.8.9 (2020-11-24)
------------------
* Update maintainers for Dashing. (`#192 <https://github.com/ros2/launch_ros/issues/192>`_)
* Contributors: Michael Jeronimo

0.8.8 (2020-03-13)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ros2launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2launch</name>
<version>0.8.8</version>
<version>0.8.9</version>
<description>
The launch command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2launch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.8.8',
version='0.8.9',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
5 changes: 5 additions & 0 deletions test_launch_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package test_launch_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.8.9 (2020-11-24)
------------------
* Update maintainers for Dashing. (`#192 <https://github.com/ros2/launch_ros/issues/192>`_)
* Contributors: Michael Jeronimo

0.8.8 (2020-03-13)
------------------

Expand Down
2 changes: 1 addition & 1 deletion test_launch_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_launch_ros</name>
<version>0.8.8</version>
<version>0.8.9</version>
<description>Tests for ROS specific extensions to the launch tool.</description>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion test_launch_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='test_launch_ros',
version='0.8.8',
version='0.8.9',
packages=find_packages(exclude=['test']),
install_requires=[
'setuptools',
Expand Down

0 comments on commit 283c4f7

Please sign in to comment.