This commit is contained in:
Jacob Perron 2019-05-30 17:31:20 -07:00
parent 8ff51833ad
commit 24080a458d
8 changed files with 18 additions and 4 deletions

View file

@ -2,6 +2,11 @@
Changelog for package rclcpp Changelog for package rclcpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.7.5 (2019-05-30)
------------------
* Avoid 'Intra process message no longer being stored when trying to handle it' warning (`#749 <https://github.com/ros2/rclcpp/issues/749>`_)
* Contributors: ivanpauno
0.7.4 (2019-05-29) 0.7.4 (2019-05-29)
------------------ ------------------
* Rename parameter options (`#745 <https://github.com/ros2/rclcpp/issues/745>`_) * Rename parameter options (`#745 <https://github.com/ros2/rclcpp/issues/745>`_)

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2"> <package format="2">
<name>rclcpp</name> <name>rclcpp</name>
<version>0.7.4</version> <version>0.7.5</version>
<description>The ROS client library in C++.</description> <description>The ROS client library in C++.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer> <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>Apache License 2.0</license> <license>Apache License 2.0</license>

View file

@ -3,6 +3,9 @@ Changelog for package rclcpp_action
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.7.5 (2019-05-30)
------------------
0.7.4 (2019-05-29) 0.7.4 (2019-05-29)
------------------ ------------------
* Guard against calling null goal response callback (`#738 <https://github.com/ros2/rclcpp/issues/738>`_) * Guard against calling null goal response callback (`#738 <https://github.com/ros2/rclcpp/issues/738>`_)

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2"> <package format="2">
<name>rclcpp_action</name> <name>rclcpp_action</name>
<version>0.7.4</version> <version>0.7.5</version>
<description>Adds action APIs for C++.</description> <description>Adds action APIs for C++.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer> <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>Apache License 2.0</license> <license>Apache License 2.0</license>

View file

@ -2,6 +2,9 @@
Changelog for package rclcpp_components Changelog for package rclcpp_components
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.7.5 (2019-05-30)
------------------
0.7.4 (2019-05-29) 0.7.4 (2019-05-29)
------------------ ------------------
* Rename parameter options (`#745 <https://github.com/ros2/rclcpp/issues/745>`_) * Rename parameter options (`#745 <https://github.com/ros2/rclcpp/issues/745>`_)

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2"> <package format="2">
<name>rclcpp_components</name> <name>rclcpp_components</name>
<version>0.7.4</version> <version>0.7.5</version>
<description>Package containing tools for dynamically loadable components</description> <description>Package containing tools for dynamically loadable components</description>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer> <maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
<license>Apache License 2.0</license> <license>Apache License 2.0</license>

View file

@ -3,6 +3,9 @@ Changelog for package rclcpp_lifecycle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.7.5 (2019-05-30)
------------------
0.7.4 (2019-05-29) 0.7.4 (2019-05-29)
------------------ ------------------
* Rename parameter options (`#745 <https://github.com/ros2/rclcpp/issues/745>`_) * Rename parameter options (`#745 <https://github.com/ros2/rclcpp/issues/745>`_)

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2"> <package format="2">
<name>rclcpp_lifecycle</name> <name>rclcpp_lifecycle</name>
<version>0.7.4</version> <version>0.7.5</version>
<description>Package containing a prototype for lifecycle implementation</description> <description>Package containing a prototype for lifecycle implementation</description>
<maintainer email="karsten@osrfoundation.org">Karsten Knese</maintainer> <maintainer email="karsten@osrfoundation.org">Karsten Knese</maintainer>
<license>Apache License 2.0</license> <license>Apache License 2.0</license>