0.7.11
This commit is contained in:
parent
6d6b78f28d
commit
c12abc5698
2 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,12 @@
|
|||
Changelog for package rmw_cyclonedds_cpp
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.7.11 (2022-09-20)
|
||||
-------------------
|
||||
* Handle allocation errors during message deserialization (`#313 <https://github.com/ros2/rmw_cyclonedds/issues/313>`_) (`#419 <https://github.com/ros2/rmw_cyclonedds/issues/419>`_)
|
||||
* Adds topic name to error msg when create_topic fails (`#410 <https://github.com/ros2/rmw_cyclonedds/issues/410>`_) (`#422 <https://github.com/ros2/rmw_cyclonedds/issues/422>`)_
|
||||
* Contributors: Jacob Perron, Michel Hidalgo, Tully Foote, Voldivh
|
||||
|
||||
0.7.10 (2022-09-12)
|
||||
-------------------
|
||||
* Improve error message when create_topic fails (`#405 <https://github.com/ros2/rmw_cyclonedds/issues/405>`_ `#408 <https://github.com/ros2/rmw_cyclonedds/issues/408>`_)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>rmw_cyclonedds_cpp</name>
|
||||
<version>0.7.10</version>
|
||||
<version>0.7.11</version>
|
||||
<description>Implement the ROS middleware interface using Eclipse CycloneDDS in C++.</description>
|
||||
<maintainer email="erik.boasson@adlinktech.com">Erik Boasson</maintainer>
|
||||
<license>Apache License 2.0</license>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue