Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Jun 20, 2018
1 parent dcb7523 commit 0354557
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.5.0 (2018-06-19)
------------------
* Fixed a bug where unclosed asyncio loops caused a traceback on the terminal on exit, but only in Python 3.5 (`#85 <https://github.com/ros2/launch/issues/85>`_)
* Changed to use variable typing in comments to support python 3.5 (`#81 <https://github.com/ros2/launch/issues/81>`_)
* New launch API (`#74 <https://github.com/ros2/launch/issues/74>`_)
Expand Down
2 changes: 1 addition & 1 deletion launch/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</name>
<version>0.4.0</version>
<version>0.5.0</version>
<description>The ROS launch tool.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>Apache License 2.0</license>
Expand Down
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.5.0 (2018-06-19)
------------------
* Changed to use variable typing in comments to support python 3.5 (`#81 <https://github.com/ros2/launch/issues/81>`_)
* First commit of the ROS specific launch API (`#75 <https://github.com/ros2/launch/issues/75>`_)
* ROS specific functionality for the new launch API.
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.4.0</version>
<version>0.5.0</version>
<description>ROS specific extensions to the launch tool.</description>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
<license>Apache License 2.0</license>
Expand Down
4 changes: 2 additions & 2 deletions launch_testing/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog for package launch_testing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.5.0 (2018-06-19)
------------------
* Updated to use new launch.legacy namespace (`#73 <https://github.com/ros2/launch/issues/73>`_)
* Contributors: Dirk Thomas, Mikael Arguedas, William Woodall
2 changes: 1 addition & 1 deletion launch_testing/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</name>
<version>0.4.0</version>
<version>0.5.0</version>
<description>Helper scripts for tests that use the ROS launch tool.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>Apache License 2.0</license>
Expand Down
4 changes: 2 additions & 2 deletions ros2launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog for package ros2launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.5.0 (2018-06-19)
------------------
* First commit of the `ros2launch` package and the `ros2 launch` CLI tool (`#76 <https://github.com/ros2/launch/issues/76>`_)
* Contributors: William Woodall
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.4.0</version>
<version>0.5.0</version>
<description>
The launch command for ROS 2 command line tools.
</description>
Expand Down

0 comments on commit 0354557

Please sign in to comment.