0.7.6
This commit is contained in:
parent
c8b34e3ddb
commit
c843299592
2 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,12 @@
|
||||||
Changelog for package rmw_cyclonedds_cpp
|
Changelog for package rmw_cyclonedds_cpp
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
0.7.6 (2020-12-08)
|
||||||
|
------------------
|
||||||
|
* Delete problematic assert in rmw_init() (`#265 <https://github.com/ros2/rmw_cyclonedds/issues/265>`_)
|
||||||
|
* Fix context cleanup (`#227 <https://github.com/ros2/rmw_cyclonedds/issues/227>`_)
|
||||||
|
* Contributors: Ivan Santiago Paunovic, Michel Hidalgo
|
||||||
|
|
||||||
0.7.5 (2020-10-15)
|
0.7.5 (2020-10-15)
|
||||||
------------------
|
------------------
|
||||||
* Fixed cppcheck issue
|
* Fixed cppcheck issue
|
||||||
|
|
|
@ -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.5</version>
|
<version>0.7.6</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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue