From 2e9a28abac1259092d042a67bb4cb128d231102a Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 26 Dec 2023 16:52:49 +0000 Subject: [PATCH] 2.15.0 --- rmw_implementation/CHANGELOG.rst | 4 ++-- rmw_implementation/package.xml | 2 +- test_rmw_implementation/CHANGELOG.rst | 4 ++-- test_rmw_implementation/package.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rmw_implementation/CHANGELOG.rst b/rmw_implementation/CHANGELOG.rst index da8ae56b..c73d6898 100644 --- a/rmw_implementation/CHANGELOG.rst +++ b/rmw_implementation/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rmw_implementation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.15.0 (2023-12-26) +------------------- * Switch to using target_link_libraries everywhere. (`#222 `_) * Contributors: Chris Lalancette diff --git a/rmw_implementation/package.xml b/rmw_implementation/package.xml index 4fc18ec4..db29b457 100644 --- a/rmw_implementation/package.xml +++ b/rmw_implementation/package.xml @@ -2,7 +2,7 @@ rmw_implementation - 2.14.0 + 2.15.0 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 9ce4d736..af48587d 100644 --- a/test_rmw_implementation/CHANGELOG.rst +++ b/test_rmw_implementation/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_rmw_implementation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.15.0 (2023-12-26) +------------------- * Switch to using target_link_libraries everywhere. (`#222 `_) * Contributors: Chris Lalancette diff --git a/test_rmw_implementation/package.xml b/test_rmw_implementation/package.xml index df20788f..c88c6f66 100644 --- a/test_rmw_implementation/package.xml +++ b/test_rmw_implementation/package.xml @@ -2,7 +2,7 @@ test_rmw_implementation - 2.14.0 + 2.15.0 Test suite for ROS middleware API. William Woodall