Skip to content

Commit 957288c

Browse files
committed
9.3.2
1 parent c0706fd commit 957288c

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

rmw_fastrtps_cpp/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package rmw_fastrtps_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
9.3.2 (2025-04-18)
6+
------------------
7+
* Address RHEL warnings and missing includes. (`#819 <https://github.com/ros2/rmw_fastrtps/issues/819>`_)
8+
* Support topic instances (`#753 <https://github.com/ros2/rmw_fastrtps/issues/753>`_)
9+
* Switch to ament_cmake_ros_core package (`#818 <https://github.com/ros2/rmw_fastrtps/issues/818>`_)
10+
* Contributors: Miguel Company, Scott K Logan, Tomoya Fujita
11+
512
9.3.1 (2025-03-11)
613
------------------
714
* Added rmw_event_type_is_supported (`#809 <https://github.com/ros2/rmw_fastrtps/issues/809>`_)

rmw_fastrtps_cpp/package.xml

Lines changed: 1 addition & 1 deletion
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>9.3.1</version>
5+
<version>9.3.2</version>
66
<description>Implement the ROS middleware interface using eProsima FastRTPS static code generation in C++.</description>
77

88
<maintainer email="[email protected]">Geoffrey Biggs</maintainer>

rmw_fastrtps_dynamic_cpp/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package rmw_fastrtps_dynamic_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
9.3.2 (2025-04-18)
6+
------------------
7+
* Address RHEL warnings and missing includes. (`#819 <https://github.com/ros2/rmw_fastrtps/issues/819>`_)
8+
* Support topic instances (`#753 <https://github.com/ros2/rmw_fastrtps/issues/753>`_)
9+
* Switch to ament_cmake_ros_core package (`#818 <https://github.com/ros2/rmw_fastrtps/issues/818>`_)
10+
* Make rmw_fastrtps_dynamic_cpp export a modern CMake target (`#814 <https://github.com/ros2/rmw_fastrtps/issues/814>`_)
11+
* Contributors: Miguel Company, Scott K Logan, Shane Loretz, Tomoya Fujita
12+
513
9.3.1 (2025-03-11)
614
------------------
715
* Added rmw_event_type_is_supported (`#809 <https://github.com/ros2/rmw_fastrtps/issues/809>`_)

rmw_fastrtps_dynamic_cpp/package.xml

Lines changed: 1 addition & 1 deletion
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>9.3.1</version>
5+
<version>9.3.2</version>
66
<description>Implement the ROS middleware interface using introspection type support.</description>
77

88
<maintainer email="[email protected]">Geoffrey Biggs</maintainer>

rmw_fastrtps_shared_cpp/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package rmw_fastrtps_shared_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
9.3.2 (2025-04-18)
6+
------------------
7+
* Address RHEL warnings and missing includes. (`#819 <https://github.com/ros2/rmw_fastrtps/issues/819>`_)
8+
* Support topic instances (`#753 <https://github.com/ros2/rmw_fastrtps/issues/753>`_)
9+
* Switch to ament_cmake_ros_core package (`#818 <https://github.com/ros2/rmw_fastrtps/issues/818>`_)
10+
* Contributors: Miguel Company, Scott K Logan, Tomoya Fujita
11+
512
9.3.1 (2025-03-11)
613
------------------
714
* Added rmw_event_type_is_supported (`#809 <https://github.com/ros2/rmw_fastrtps/issues/809>`_)

rmw_fastrtps_shared_cpp/package.xml

Lines changed: 1 addition & 1 deletion
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>9.3.1</version>
5+
<version>9.3.2</version>
66
<description>Code shared on static and dynamic type support of rmw_fastrtps_cpp.</description>
77

88
<maintainer email="[email protected]">Geoffrey Biggs</maintainer>

0 commit comments

Comments
 (0)