Skip to content

Commit

Permalink
6.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <audrow@hey.com>
  • Loading branch information
paudrow committed Mar 28, 2022
1 parent 7982967 commit 7a191c3
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
8 changes: 8 additions & 0 deletions rmw_fastrtps_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package rmw_fastrtps_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.2.1 (2022-03-28)
------------------
* Add pub/sub init, publish and take instrumentation using tracetools (`#591 <https://github.com/ros2/rmw_fastrtps/issues/591>`_)
* Add content filter topic feature (`#513 <https://github.com/ros2/rmw_fastrtps/issues/513>`_)
* Add sequence numbers to message info structure (`#587 <https://github.com/ros2/rmw_fastrtps/issues/587>`_)
* Removed some heap interactions in rmw_serialize.cpp (`#590 <https://github.com/ros2/rmw_fastrtps/issues/590>`_)
* Contributors: Chen Lihui, Christophe Bedard, Ivan Santiago Paunovic, WideAwakeTN

6.2.0 (2022-03-01)
------------------
* Add EventsExecutor (`#468 <https://github.com/ros2/rmw_fastrtps/issues/468>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmw_fastrtps_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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_fastrtps_cpp</name>
<version>6.2.0</version>
<version>6.2.1</version>
<description>Implement the ROS middleware interface using eProsima FastRTPS static code generation in C++.</description>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
Expand Down
6 changes: 6 additions & 0 deletions rmw_fastrtps_dynamic_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rmw_fastrtps_dynamic_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.2.1 (2022-03-28)
------------------
* Add content filter topic feature (`#513 <https://github.com/ros2/rmw_fastrtps/issues/513>`_)
* Add sequence numbers to message info structure (`#587 <https://github.com/ros2/rmw_fastrtps/issues/587>`_)
* Contributors: Chen Lihui, Ivan Santiago Paunovic

6.2.0 (2022-03-01)
------------------
* Add EventsExecutor (`#468 <https://github.com/ros2/rmw_fastrtps/issues/468>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmw_fastrtps_dynamic_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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_fastrtps_dynamic_cpp</name>
<version>6.2.0</version>
<version>6.2.1</version>
<description>Implement the ROS middleware interface using introspection type support.</description>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
Expand Down
8 changes: 8 additions & 0 deletions rmw_fastrtps_shared_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package rmw_fastrtps_shared_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.2.1 (2022-03-28)
------------------
* Address linter waning for windows. (`#592 <https://github.com/ros2/rmw_fastrtps/issues/592>`_)
* Add pub/sub init, publish and take instrumentation using tracetools (`#591 <https://github.com/ros2/rmw_fastrtps/issues/591>`_)
* Add content filter topic feature (`#513 <https://github.com/ros2/rmw_fastrtps/issues/513>`_)
* Add sequence numbers to message info structure (`#587 <https://github.com/ros2/rmw_fastrtps/issues/587>`_)
* Contributors: Chen Lihui, Christophe Bedard, Ivan Santiago Paunovic, Tomoya Fujita

6.2.0 (2022-03-01)
------------------
* Add EventsExecutor (`#468 <https://github.com/ros2/rmw_fastrtps/issues/468>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmw_fastrtps_shared_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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_fastrtps_shared_cpp</name>
<version>6.2.0</version>
<version>6.2.1</version>
<description>Code shared on static and dynamic type support of rmw_fastrtps_cpp.</description>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
Expand Down

0 comments on commit 7a191c3

Please sign in to comment.