From 433783e1a4e483871a5bb8d8536e3ff64bd41ae4 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Thu, 7 Sep 2023 14:37:01 +0000 Subject: [PATCH] 0.18.0 --- test_cli/CHANGELOG.rst | 4 ++-- test_cli/package.xml | 2 +- test_cli_remapping/CHANGELOG.rst | 4 ++-- test_cli_remapping/package.xml | 2 +- test_communication/CHANGELOG.rst | 4 ++-- test_communication/package.xml | 2 +- test_quality_of_service/CHANGELOG.rst | 4 ++-- test_quality_of_service/package.xml | 2 +- test_rclcpp/CHANGELOG.rst | 4 ++-- test_rclcpp/package.xml | 2 +- test_security/CHANGELOG.rst | 4 ++-- test_security/package.xml | 2 +- 12 files changed, 18 insertions(+), 18 deletions(-) diff --git a/test_cli/CHANGELOG.rst b/test_cli/CHANGELOG.rst index 4ce264c9..811de42e 100644 --- a/test_cli/CHANGELOG.rst +++ b/test_cli/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_cli ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.18.0 (2023-09-07) +------------------- 0.17.1 (2023-08-21) ------------------- diff --git a/test_cli/package.xml b/test_cli/package.xml index e69bb2b3..705062d0 100644 --- a/test_cli/package.xml +++ b/test_cli/package.xml @@ -2,7 +2,7 @@ test_cli - 0.17.1 + 0.18.0 Test command line arguments passed to ros2 executables. diff --git a/test_cli_remapping/CHANGELOG.rst b/test_cli_remapping/CHANGELOG.rst index b9ff867a..3f5315b4 100644 --- a/test_cli_remapping/CHANGELOG.rst +++ b/test_cli_remapping/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_cli_remapping ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.18.0 (2023-09-07) +------------------- 0.17.1 (2023-08-21) ------------------- diff --git a/test_cli_remapping/package.xml b/test_cli_remapping/package.xml index 8cbb37fe..5ef14857 100644 --- a/test_cli_remapping/package.xml +++ b/test_cli_remapping/package.xml @@ -2,7 +2,7 @@ test_cli_remapping - 0.17.1 + 0.18.0 Test command line remapping of topic names, service names, node namespace, and node name. diff --git a/test_communication/CHANGELOG.rst b/test_communication/CHANGELOG.rst index 04d76e14..f33a9f27 100644 --- a/test_communication/CHANGELOG.rst +++ b/test_communication/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_communication ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.18.0 (2023-09-07) +------------------- * Adjust for new rclcpp::Rate API (`#516 `_) * Contributors: Alexey Merzlyakov diff --git a/test_communication/package.xml b/test_communication/package.xml index 53c1df79..447a1b9a 100644 --- a/test_communication/package.xml +++ b/test_communication/package.xml @@ -2,7 +2,7 @@ test_communication - 0.17.1 + 0.18.0 Test publish / subscribe and request / response communication with all primitive as well as builtin types. Also exchange dynamic and static arrays and nested message structures. diff --git a/test_quality_of_service/CHANGELOG.rst b/test_quality_of_service/CHANGELOG.rst index 6d095322..e819e8d6 100644 --- a/test_quality_of_service/CHANGELOG.rst +++ b/test_quality_of_service/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_quality_of_service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.18.0 (2023-09-07) +------------------- 0.17.1 (2023-08-21) ------------------- diff --git a/test_quality_of_service/package.xml b/test_quality_of_service/package.xml index 05ecd0f3..e98886ff 100644 --- a/test_quality_of_service/package.xml +++ b/test_quality_of_service/package.xml @@ -2,7 +2,7 @@ test_quality_of_service - 0.17.1 + 0.18.0 Test quality of service features, specifically liveliness, deadline, and lifespan. diff --git a/test_rclcpp/CHANGELOG.rst b/test_rclcpp/CHANGELOG.rst index 8e6178f5..62355812 100644 --- a/test_rclcpp/CHANGELOG.rst +++ b/test_rclcpp/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_rclcpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.18.0 (2023-09-07) +------------------- * Cleanup of the CMakeLists.txt for test_rclcpp. (`#526 `_) * Contributors: Chris Lalancette diff --git a/test_rclcpp/package.xml b/test_rclcpp/package.xml index 4d966338..4eff8a81 100644 --- a/test_rclcpp/package.xml +++ b/test_rclcpp/package.xml @@ -2,7 +2,7 @@ test_rclcpp - 0.17.1 + 0.18.0 Test rclcpp API. Each test is run with every available rmw implementation. diff --git a/test_security/CHANGELOG.rst b/test_security/CHANGELOG.rst index ff055dbd..a7eec58c 100644 --- a/test_security/CHANGELOG.rst +++ b/test_security/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_security ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.18.0 (2023-09-07) +------------------- * Adjust for new rclcpp::Rate API (`#516 `_) * Contributors: Alexey Merzlyakov diff --git a/test_security/package.xml b/test_security/package.xml index 618d6982..c448ca01 100644 --- a/test_security/package.xml +++ b/test_security/package.xml @@ -2,7 +2,7 @@ test_security - 0.17.1 + 0.18.0 Test nodes, publishers and subscribers with DDS-Security.