diff --git a/rmw_implementation/CHANGELOG.rst b/rmw_implementation/CHANGELOG.rst index 89ec8a5..35b9f9e 100644 --- a/rmw_implementation/CHANGELOG.rst +++ b/rmw_implementation/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rmw_implementation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +3.0.3 (2024-11-20) +------------------ * Make sure to find_package(rmw) in rmw_implementation. (`#242 `_) * Contributors: Chris Lalancette diff --git a/rmw_implementation/package.xml b/rmw_implementation/package.xml index b5ec272..0d1e2af 100644 --- a/rmw_implementation/package.xml +++ b/rmw_implementation/package.xml @@ -2,7 +2,7 @@ rmw_implementation - 3.0.2 + 3.0.3 Proxy implementation of the ROS 2 Middleware Interface. William Woodall diff --git a/test_rmw_implementation/CHANGELOG.rst b/test_rmw_implementation/CHANGELOG.rst index b6a7e57..4f5c0dc 100644 --- a/test_rmw_implementation/CHANGELOG.rst +++ b/test_rmw_implementation/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_rmw_implementation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +3.0.3 (2024-11-20) +------------------ 3.0.2 (2024-10-03) ------------------ diff --git a/test_rmw_implementation/package.xml b/test_rmw_implementation/package.xml index 25de0d4..ee0b15b 100644 --- a/test_rmw_implementation/package.xml +++ b/test_rmw_implementation/package.xml @@ -2,7 +2,7 @@ test_rmw_implementation - 3.0.2 + 3.0.3 Test suite for ROS middleware API. William Woodall