Skip to content

Commit fb78210

Browse files
committed
Merge remote-tracking branch 'ros2/kilted' into kilted-merge-latest
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
2 parents 7374c3b + 26a831d commit fb78210

7 files changed

Lines changed: 24 additions & 13 deletions

File tree

.vscode/settings.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

rmw_implementation/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog 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+
514
3.0.4 (2025-03-11)
615
------------------
716
* Added rmw_event_type_is_supported (`#250 <https://github.com/ros2/rmw_implementation/issues/250>`_)

rmw_implementation/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.20)
22

33
project(rmw_implementation)
44

rmw_implementation/package.xml

Lines changed: 2 additions & 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_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>
@@ -27,6 +27,7 @@
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

test_rmw_implementation/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog 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+
515
3.0.4 (2025-03-11)
616
------------------
717
* Added rmw_event_type_is_supported (`#250 <https://github.com/ros2/rmw_implementation/issues/250>`_)

test_rmw_implementation/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.20)
22

33
project(test_rmw_implementation)
44

test_rmw_implementation/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>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>

0 commit comments

Comments
 (0)