Skip to content

Commit 5ad341b

Browse files
0.8.8
1 parent 214b60b commit 5ad341b

File tree

12 files changed

+22
-8
lines changed

12 files changed

+22
-8
lines changed

launch_ros/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package launch_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.8.8 (2020-03-13)
6+
------------------
7+
* Fix LoadComposableNodes action so that loading happens asynchronously. (`#131 <https://github.com/ros2/launch_ros/issues/131>`_)
8+
* Contributors: Jacob Perron
9+
510
0.8.7 (2019-10-14)
611
------------------
712

launch_ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="2">
66
<name>launch_ros</name>
7-
<version>0.8.7</version>
7+
<version>0.8.8</version>
88
<description>ROS specific extensions to the launch tool.</description>
99
<maintainer email="[email protected]">William Woodall</maintainer>
1010
<license>Apache License 2.0</license>

launch_ros/setup.py

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

66
setup(
77
name=package_name,
8-
version='0.8.7',
8+
version='0.8.8',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

launch_testing_ros/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package launch_testing_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.8.8 (2020-03-13)
6+
------------------
7+
58
0.8.7 (2019-10-14)
69
------------------
710
* Install package manifest. (`#71 <https://github.com/ros2/launch_ros/issues/71>`_) (`#86 <https://github.com/ros2/launch_ros/issues/86>`_)

launch_testing_ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>launch_testing_ros</name>
5-
<version>0.8.7</version>
5+
<version>0.8.8</version>
66
<description>A package providing utilities for writing ROS2 enabled launch tests.</description>
77
<maintainer email="[email protected]">Pete Baughman</maintainer>
88
<license>Apache License 2.0</license>

launch_testing_ros/setup.py

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

66
setup(
77
name='launch_testing_ros',
8-
version='0.8.7',
8+
version='0.8.8',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/ament_index/resource_index/packages', ['resource/launch_testing_ros']),

ros2launch/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package ros2launch
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.8.8 (2020-03-13)
6+
------------------
7+
58
0.8.7 (2019-10-14)
69
------------------
710
* Install resource marker file for package. (`#78 <https://github.com/ros2/launch_ros/issues/78>`_) (`#87 <https://github.com/ros2/launch_ros/issues/87>`_)

ros2launch/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="2">
66
<name>ros2launch</name>
7-
<version>0.8.7</version>
7+
<version>0.8.8</version>
88
<description>
99
The launch command for ROS 2 command line tools.
1010
</description>

ros2launch/setup.py

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

66
setup(
77
name=package_name,
8-
version='0.8.7',
8+
version='0.8.8',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

test_launch_ros/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package test_launch_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.8.8 (2020-03-13)
6+
------------------
7+
58
0.8.7 (2019-10-14)
69
------------------
710

0 commit comments

Comments
 (0)