File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 22Changelog for package rmw_implementation
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 3.0.6 (2025-12-23)
6+ ------------------
7+
8+ 3.0.5 (2025-11-18)
9+ ------------------
10+ * fix cmake deprecation (`#267 <https://github.com/ros2/rmw_implementation/issues/267 >`_) (`#268 <https://github.com/ros2/rmw_implementation/issues/268 >`_)
11+ * Fixed windows warning (`#254 <https://github.com/ros2/rmw_implementation/issues/254 >`_) (`#259 <https://github.com/ros2/rmw_implementation/issues/259 >`_)
12+ * Contributors: mergify[bot]
13+
5143.0.4 (2025-03-11)
615------------------
716* Added rmw_event_type_is_supported (`#250 <https://github.com/ros2/rmw_implementation/issues/250 >`_)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5 )
1+ cmake_minimum_required (VERSION 3.20 )
22
33project (rmw_implementation)
44
Original file line number Diff line number Diff line change 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_implementation</name >
5- <version >3.0.4 </version >
5+ <version >3.0.6 </version >
66 <description >Proxy implementation of the ROS 2 Middleware Interface.</description >
77
88 <maintainer email =" william@openrobotics.org" >William Woodall</maintainer >
2727 <build_depend condition =" $DISABLE_GROUPS_WORKAROUND != 1" >rmw_cyclonedds_cpp</build_depend >
2828 <build_depend condition =" $DISABLE_GROUPS_WORKAROUND != 1" >rmw_fastrtps_cpp</build_depend >
2929 <build_depend condition =" $DISABLE_GROUPS_WORKAROUND != 1" >rmw_fastrtps_dynamic_cpp</build_depend >
30+ <build_depend condition =" $DISABLE_GROUPS_WORKAROUND != 1" >rmw_zenoh_cpp</build_depend >
3031
3132 <depend >rmw_implementation_cmake</depend >
3233
Original file line number Diff line number Diff line change 22Changelog for package test_rmw_implementation
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 3.0.6 (2025-12-23)
6+ ------------------
7+
8+ 3.0.5 (2025-11-18)
9+ ------------------
10+ * fix cmake deprecation (`#267 <https://github.com/ros2/rmw_implementation/issues/267 >`_) (`#268 <https://github.com/ros2/rmw_implementation/issues/268 >`_)
11+ * Test failing deserialization of invalid sequence length (`#261 <https://github.com/ros2/rmw_implementation/issues/261 >`_) (`#262 <https://github.com/ros2/rmw_implementation/issues/262 >`_)
12+ * add ignore_local_publications_serialized test. (`#255 <https://github.com/ros2/rmw_implementation/issues/255 >`_) (`#256 <https://github.com/ros2/rmw_implementation/issues/256 >`_)
13+ * Contributors: mergify[bot]
14+
5153.0.4 (2025-03-11)
616------------------
717* Added rmw_event_type_is_supported (`#250 <https://github.com/ros2/rmw_implementation/issues/250 >`_)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5 )
1+ cmake_minimum_required (VERSION 3.20 )
22
33project (test_rmw_implementation)
44
Original file line number Diff line number Diff line change 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 >test_rmw_implementation</name >
5- <version >3.0.4 </version >
5+ <version >3.0.6 </version >
66 <description >Test suite for ROS middleware API.</description >
77
88 <maintainer email =" william@openrobotics.org" >William Woodall</maintainer >
You can’t perform that action at this time.
0 commit comments