From 1da5e304b7356cfffc3f67018fc081a95dd3f625 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 26 Dec 2023 16:17:05 +0000 Subject: [PATCH] 0.20.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 98e08c2a..2164f4ce 100644 --- a/test_cli/CHANGELOG.rst +++ b/test_cli/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_cli ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.20.0 (2023-12-26) +------------------- * Switch to target_link_libraries everywhere. (`#532 `_) * Contributors: Chris Lalancette diff --git a/test_cli/package.xml b/test_cli/package.xml index d071d4c8..1f666548 100644 --- a/test_cli/package.xml +++ b/test_cli/package.xml @@ -2,7 +2,7 @@ test_cli - 0.19.0 + 0.20.0 Test command line arguments passed to ros2 executables. diff --git a/test_cli_remapping/CHANGELOG.rst b/test_cli_remapping/CHANGELOG.rst index 676792a6..369afdd7 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.20.0 (2023-12-26) +------------------- * Switch to target_link_libraries everywhere. (`#532 `_) * Contributors: Chris Lalancette diff --git a/test_cli_remapping/package.xml b/test_cli_remapping/package.xml index 25564216..751d3d7a 100644 --- a/test_cli_remapping/package.xml +++ b/test_cli_remapping/package.xml @@ -2,7 +2,7 @@ test_cli_remapping - 0.19.0 + 0.20.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 ccefbd21..94284b8b 100644 --- a/test_communication/CHANGELOG.rst +++ b/test_communication/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_communication ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.20.0 (2023-12-26) +------------------- * Switch to target_link_libraries everywhere. (`#532 `_) * Contributors: Chris Lalancette diff --git a/test_communication/package.xml b/test_communication/package.xml index 0e532d5a..b0dfe69a 100644 --- a/test_communication/package.xml +++ b/test_communication/package.xml @@ -2,7 +2,7 @@ test_communication - 0.19.0 + 0.20.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 4446592f..b0bf262b 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.20.0 (2023-12-26) +------------------- * Cleanup header includes in test_quality_of_service. (`#533 `_) * Switch to target_link_libraries everywhere. (`#532 `_) * Contributors: Chris Lalancette diff --git a/test_quality_of_service/package.xml b/test_quality_of_service/package.xml index ee5b427b..172f2822 100644 --- a/test_quality_of_service/package.xml +++ b/test_quality_of_service/package.xml @@ -2,7 +2,7 @@ test_quality_of_service - 0.19.0 + 0.20.0 Test quality of service features, specifically liveliness, deadline, and lifespan. diff --git a/test_rclcpp/CHANGELOG.rst b/test_rclcpp/CHANGELOG.rst index 1ffa48dc..40722b6e 100644 --- a/test_rclcpp/CHANGELOG.rst +++ b/test_rclcpp/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_rclcpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.20.0 (2023-12-26) +------------------- * Mark gtest_subscription__rmw_connextdds xfail. (`#531 `_) * Contributors: Chris Lalancette diff --git a/test_rclcpp/package.xml b/test_rclcpp/package.xml index 8363d375..27270f30 100644 --- a/test_rclcpp/package.xml +++ b/test_rclcpp/package.xml @@ -2,7 +2,7 @@ test_rclcpp - 0.19.0 + 0.20.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 bb2eedc5..e4af475e 100644 --- a/test_security/CHANGELOG.rst +++ b/test_security/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_security ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.20.0 (2023-12-26) +------------------- * Update to C++17 (`#528 `_) * Switch to target_link_libraries everywhere. (`#532 `_) * Contributors: Chris Lalancette diff --git a/test_security/package.xml b/test_security/package.xml index 159474fe..b7e2a7f0 100644 --- a/test_security/package.xml +++ b/test_security/package.xml @@ -2,7 +2,7 @@ test_security - 0.19.0 + 0.20.0 Test nodes, publishers and subscribers with DDS-Security.