Skip to content

Commit c3b3be0

Browse files
committed
0.11.0
1 parent b0853cb commit c3b3be0

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

launch_ros/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.11.0 (2020-10-28)
6+
-------------------
77
* Update maintainer list for Foxy (`#194 <https://github.com/ros2/launch_ros/issues/194>`_)
88
* Improve error message if ComposableNodeContainer 'name' or 'namespace' arg is None (`#191 <https://github.com/ros2/launch_ros/issues/191>`_)
99
* Add a SetParameter action that sets a parameter to all nodes in the same scope (`#158 <https://github.com/ros2/launch_ros/issues/158>`_) (`#187 <https://github.com/ros2/launch_ros/issues/187>`_)

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.10.3</version>
7+
<version>0.11.0</version>
88
<description>ROS specific extensions to the launch tool.</description>
99
<maintainer email="[email protected]">Jacob Perron</maintainer>
1010
<maintainer email="[email protected]">Michael Jeronimo</maintainer>

launch_testing_ros/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.11.0 (2020-10-28)
6+
-------------------
77
* Update maintainer list for Foxy (`#194 <https://github.com/ros2/launch_ros/issues/194>`_)
88
* Contributors: Michael Jeronimo
99

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.10.3</version>
5+
<version>0.11.0</version>
66
<description>A package providing utilities for writing ROS2 enabled launch tests.</description>
77
<maintainer email="[email protected]">Jacob Perron</maintainer>
88
<maintainer email="[email protected]">Michael Jeronimo</maintainer>

ros2launch/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.11.0 (2020-10-28)
6+
-------------------
77
* Update maintainer list for Foxy (`#194 <https://github.com/ros2/launch_ros/issues/194>`_)
88
* Contributors: Michael Jeronimo
99

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.10.3</version>
7+
<version>0.11.0</version>
88
<description>
99
The launch command for ROS 2 command line tools.
1010
</description>

test_launch_ros/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.11.0 (2020-10-28)
6+
-------------------
77
* Update maintainer list for Foxy (`#194 <https://github.com/ros2/launch_ros/issues/194>`_)
88
* Add a SetParameter action that sets a parameter to all nodes in the same scope (`#158 <https://github.com/ros2/launch_ros/issues/158>`_) (`#187 <https://github.com/ros2/launch_ros/issues/187>`_)
99
* Avoid using a wildcard to specify parameters if possible (`#154 <https://github.com/ros2/launch_ros/issues/154>`_) (`#188 <https://github.com/ros2/launch_ros/issues/188>`_)

test_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>test_launch_ros</name>
7-
<version>0.10.3</version>
7+
<version>0.11.0</version>
88
<description>Tests for ROS specific extensions to the launch tool.</description>
99
<maintainer email="[email protected]">Jacob Perron</maintainer>
1010
<maintainer email="[email protected]">Michael Jeronimo</maintainer>

0 commit comments

Comments
 (0)