Skip to content

Commit 28e53eb

Browse files
committed
3.0.0
1 parent 90d735f commit 28e53eb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

rmw_implementation/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rmw_implementation
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
3.0.0 (2024-06-17)
6+
------------------
77
* Add mechanism to disable workaround for dependency groups (`#229 <https://github.com/ros2/rmw_implementation/issues/229>`_)
88
* Contributors: Scott K Logan
99

rmw_implementation/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_implementation</name>
5-
<version>2.16.0</version>
5+
<version>3.0.0</version>
66
<description>Proxy implementation of the ROS 2 Middleware Interface.</description>
77

88
<maintainer email="[email protected]">William Woodall</maintainer>

test_rmw_implementation/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package test_rmw_implementation
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
3.0.0 (2024-06-17)
6+
------------------
77
* Expect rmw_service_server_is_available to ret RMW_RET_INVALID_ARGUMENT (`#231 <https://github.com/ros2/rmw_implementation/issues/231>`_)
88
* Expect rmw_destroy_wait_set to ret RMW_RET_INVALID_ARGUMENT (`#234 <https://github.com/ros2/rmw_implementation/issues/234>`_)
99
* Add test creating two content filter topics with the same topic name (`#230 <https://github.com/ros2/rmw_implementation/issues/230>`_) (`#233 <https://github.com/ros2/rmw_implementation/issues/233>`_)

test_rmw_implementation/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>test_rmw_implementation</name>
5-
<version>2.16.0</version>
5+
<version>3.0.0</version>
66
<description>Test suite for ROS middleware API.</description>
77

88
<maintainer email="[email protected]">William Woodall</maintainer>

0 commit comments

Comments
 (0)