This commit is contained in:
ahcorde 2020-10-15 15:46:42 +02:00
parent aedf98e260
commit 0313888422
No known key found for this signature in database
GPG key ID: 8FFC375B4B78AF8E
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@
Changelog for package rmw_cyclonedds_cpp Changelog for package rmw_cyclonedds_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming 0.7.5 (2020-10-15)
----------- ------------------
* Fixed cppcheck issue * Fixed cppcheck issue
* Update service/client construction/destruction API return codes. (`#247 <https://github.com/ros2/rmw_cyclonedds/issues/247>`_) * Update service/client construction/destruction API return codes. (`#247 <https://github.com/ros2/rmw_cyclonedds/issues/247>`_)
* Return RMW_RET_UNSUPPORTED in rmw_get_serialized_message_size (`#250 <https://github.com/ros2/rmw_cyclonedds/issues/250>`_) * Return RMW_RET_UNSUPPORTED in rmw_get_serialized_message_size (`#250 <https://github.com/ros2/rmw_cyclonedds/issues/250>`_)

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3"> <package format="3">
<name>rmw_cyclonedds_cpp</name> <name>rmw_cyclonedds_cpp</name>
<version>0.7.4</version> <version>0.7.5</version>
<description>Implement the ROS middleware interface using Eclipse CycloneDDS in C++.</description> <description>Implement the ROS middleware interface using Eclipse CycloneDDS in C++.</description>
<maintainer email="erik.boasson@adlinktech.com">Erik Boasson</maintainer> <maintainer email="erik.boasson@adlinktech.com">Erik Boasson</maintainer>
<license>Apache License 2.0</license> <license>Apache License 2.0</license>