0.7.4
Signed-off-by: Michael Carroll <michael@openrobotics.org>
This commit is contained in:
parent
c39d0d1e0a
commit
4f68bbf43f
8 changed files with 27 additions and 4 deletions
|
@ -2,6 +2,11 @@
|
|||
Changelog for package rcl_action
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.7.4 (2019-05-29)
|
||||
------------------
|
||||
* rcl_action - user friendly error messages for invalid transitions (`#448 <https://github.com/ros2/rcl/issues/448>`_)
|
||||
* Contributors: Siddharth Kucheria
|
||||
|
||||
0.7.3 (2019-05-20)
|
||||
------------------
|
||||
* Fixed memory leaks in ``rcl_action`` unit tests (`#442 <https://github.com/ros2/rcl/issues/442>`_)
|
||||
|
|
|
@ -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>rcl_action</name>
|
||||
<version>0.7.3</version>
|
||||
<version>0.7.4</version>
|
||||
<description>Package containing a C-based ROS action implementation</description>
|
||||
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
|
||||
<license>Apache License 2.0</license>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue