Skip to content

Commit b084f93

Browse files
committed
4.4.0
1 parent 48552ab commit b084f93

File tree

6 files changed

+22
-3
lines changed

6 files changed

+22
-3
lines changed

rmw_fastrtps_cpp/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rmw_fastrtps_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
4.4.0 (2021-03-01)
6+
------------------
7+
* Add RMW function to check QoS compatibility (`#511 <https://github.com/ros2/rmw_fastrtps/issues/511>`_)
8+
* Capture cdr exceptions (`#505 <https://github.com/ros2/rmw_fastrtps/issues/505>`_)
9+
* Contributors: Jacob Perron, Miguel Company
10+
511
4.3.0 (2021-01-25)
612
------------------
713
* Load profiles based on topic names (`#335 <https://github.com/ros2/rmw_fastrtps/issues/335>`_)

rmw_fastrtps_cpp/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rmw_fastrtps_cpp</name>
5-
<version>4.3.0</version>
5+
<version>4.4.0</version>
66
<description>Implement the ROS middleware interface using eProsima FastRTPS static code generation in C++.</description>
77
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
88
<maintainer email="[email protected]">Michael Jeronimo</maintainer>

rmw_fastrtps_dynamic_cpp/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package rmw_fastrtps_dynamic_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
4.4.0 (2021-03-01)
6+
------------------
7+
* Add RMW function to check QoS compatibility (`#511 <https://github.com/ros2/rmw_fastrtps/issues/511>`_)
8+
* Capture cdr exceptions (`#505 <https://github.com/ros2/rmw_fastrtps/issues/505>`_)
9+
* Load profiles based on topic names in rmw_fastrtps_dynamic_cpp (`#497 <https://github.com/ros2/rmw_fastrtps/issues/497>`_)
10+
* Contributors: Eduardo Ponz Segrelles, Jacob Perron, Miguel Company
11+
512
4.3.0 (2021-01-25)
613
------------------
714
* Set rmw_dds_common::GraphCache callback after init succeeds. (`#496 <https://github.com/ros2/rmw_fastrtps/issues/496>`_)

rmw_fastrtps_dynamic_cpp/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rmw_fastrtps_dynamic_cpp</name>
5-
<version>4.3.0</version>
5+
<version>4.4.0</version>
66
<description>Implement the ROS middleware interface using introspection type support.</description>
77
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
88
<maintainer email="[email protected]">Michael Jeronimo</maintainer>

rmw_fastrtps_shared_cpp/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rmw_fastrtps_shared_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
4.4.0 (2021-03-01)
6+
------------------
7+
* Add RMW function to check QoS compatibility (`#511 <https://github.com/ros2/rmw_fastrtps/issues/511>`_)
8+
* Capture cdr exceptions (`#505 <https://github.com/ros2/rmw_fastrtps/issues/505>`_)
9+
* Contributors: Jacob Perron, Miguel Company
10+
511
4.3.0 (2021-01-25)
612
------------------
713

rmw_fastrtps_shared_cpp/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rmw_fastrtps_shared_cpp</name>
5-
<version>4.3.0</version>
5+
<version>4.4.0</version>
66
<description>Code shared on static and dynamic type support of rmw_fastrtps_cpp.</description>
77
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
88
<maintainer email="[email protected]">Michael Jeronimo</maintainer>

0 commit comments

Comments
 (0)