Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hidmic committed Oct 28, 2020
1 parent b0853cb commit c3b3be0
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions launch_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package launch_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.11.0 (2020-10-28)
-------------------
* Update maintainer list for Foxy (`#194 <https://github.com/ros2/launch_ros/issues/194>`_)
* Improve error message if ComposableNodeContainer 'name' or 'namespace' arg is None (`#191 <https://github.com/ros2/launch_ros/issues/191>`_)
* 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>`_)
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.10.3</version>
<version>0.11.0</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
4 changes: 2 additions & 2 deletions launch_testing_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package launch_testing_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

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.10.3</version>
<version>0.11.0</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
4 changes: 2 additions & 2 deletions ros2launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

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.10.3</version>
<version>0.11.0</version>
<description>
The launch command for ROS 2 command line tools.
</description>
Expand Down
4 changes: 2 additions & 2 deletions test_launch_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_launch_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.11.0 (2020-10-28)
-------------------
* Update maintainer list for Foxy (`#194 <https://github.com/ros2/launch_ros/issues/194>`_)
* 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>`_)
* 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>`_)
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.10.3</version>
<version>0.11.0</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

0 comments on commit c3b3be0

Please sign in to comment.