From 76808dc6a0f11dd91b4d497551ef915f5fb2adc9 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Wed, 4 Oct 2023 12:37:03 +0000 Subject: [PATCH] 0.19.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 20759b39..c5d1477a 100644 --- a/test_cli/CHANGELOG.rst +++ b/test_cli/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_cli ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.19.0 (2023-10-04) +------------------- 0.18.0 (2023-09-07) ------------------- diff --git a/test_cli/package.xml b/test_cli/package.xml index 705062d0..d071d4c8 100644 --- a/test_cli/package.xml +++ b/test_cli/package.xml @@ -2,7 +2,7 @@ test_cli - 0.18.0 + 0.19.0 Test command line arguments passed to ros2 executables. diff --git a/test_cli_remapping/CHANGELOG.rst b/test_cli_remapping/CHANGELOG.rst index 6f9dee67..fcf1d49f 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.19.0 (2023-10-04) +------------------- 0.18.0 (2023-09-07) ------------------- diff --git a/test_cli_remapping/package.xml b/test_cli_remapping/package.xml index 5ef14857..25564216 100644 --- a/test_cli_remapping/package.xml +++ b/test_cli_remapping/package.xml @@ -2,7 +2,7 @@ test_cli_remapping - 0.18.0 + 0.19.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 745c8106..fa98ed73 100644 --- a/test_communication/CHANGELOG.rst +++ b/test_communication/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_communication ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.19.0 (2023-10-04) +------------------- * Add integration test for nested messages. (`#530 `_) * Contributors: Chris Lalancette diff --git a/test_communication/package.xml b/test_communication/package.xml index 447a1b9a..0e532d5a 100644 --- a/test_communication/package.xml +++ b/test_communication/package.xml @@ -2,7 +2,7 @@ test_communication - 0.18.0 + 0.19.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 26baae44..e6d65c8c 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.19.0 (2023-10-04) +------------------- 0.18.0 (2023-09-07) ------------------- diff --git a/test_quality_of_service/package.xml b/test_quality_of_service/package.xml index e98886ff..ee5b427b 100644 --- a/test_quality_of_service/package.xml +++ b/test_quality_of_service/package.xml @@ -2,7 +2,7 @@ test_quality_of_service - 0.18.0 + 0.19.0 Test quality of service features, specifically liveliness, deadline, and lifespan. diff --git a/test_rclcpp/CHANGELOG.rst b/test_rclcpp/CHANGELOG.rst index 874a7b83..77f2d8c6 100644 --- a/test_rclcpp/CHANGELOG.rst +++ b/test_rclcpp/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_rclcpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.19.0 (2023-10-04) +------------------- * refactor corrected depth check for prefix in parameter_fixtures.hpp (`#529 `_) * Remove an unnecessary capture in test_rclcpp. (`#527 `_) * Contributors: Chris Lalancette, Minju, Lee diff --git a/test_rclcpp/package.xml b/test_rclcpp/package.xml index 4eff8a81..8363d375 100644 --- a/test_rclcpp/package.xml +++ b/test_rclcpp/package.xml @@ -2,7 +2,7 @@ test_rclcpp - 0.18.0 + 0.19.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 57b15b4b..a6a69505 100644 --- a/test_security/CHANGELOG.rst +++ b/test_security/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_security ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.19.0 (2023-10-04) +------------------- 0.18.0 (2023-09-07) ------------------- diff --git a/test_security/package.xml b/test_security/package.xml index c448ca01..159474fe 100644 --- a/test_security/package.xml +++ b/test_security/package.xml @@ -2,7 +2,7 @@ test_security - 0.18.0 + 0.19.0 Test nodes, publishers and subscribers with DDS-Security.