From 88be6f70597f8cf45709d0aa4fd89f4fbf1a0a12 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 11 Jul 2023 20:18:11 +0000 Subject: [PATCH] 0.17.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 ed152869..b620d1b1 100644 --- a/test_cli/CHANGELOG.rst +++ b/test_cli/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_cli ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.17.0 (2023-07-11) +------------------- 0.16.1 (2023-05-11) ------------------- diff --git a/test_cli/package.xml b/test_cli/package.xml index f2386044..9c2ba4f2 100644 --- a/test_cli/package.xml +++ b/test_cli/package.xml @@ -2,7 +2,7 @@ test_cli - 0.16.1 + 0.17.0 Test command line arguments passed to ros2 executables. diff --git a/test_cli_remapping/CHANGELOG.rst b/test_cli_remapping/CHANGELOG.rst index b68c267a..003aa9de 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.17.0 (2023-07-11) +------------------- 0.16.1 (2023-05-11) ------------------- diff --git a/test_cli_remapping/package.xml b/test_cli_remapping/package.xml index 5a13e89d..cacec1c6 100644 --- a/test_cli_remapping/package.xml +++ b/test_cli_remapping/package.xml @@ -2,7 +2,7 @@ test_cli_remapping - 0.16.1 + 0.17.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 a8c16dc7..87c31702 100644 --- a/test_communication/CHANGELOG.rst +++ b/test_communication/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_communication ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.17.0 (2023-07-11) +------------------- 0.16.1 (2023-05-11) ------------------- diff --git a/test_communication/package.xml b/test_communication/package.xml index 9ad4bc88..eb46e0e2 100644 --- a/test_communication/package.xml +++ b/test_communication/package.xml @@ -2,7 +2,7 @@ test_communication - 0.16.1 + 0.17.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 545b060b..e1fac91f 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.17.0 (2023-07-11) +------------------- * Fix test QoS on macOS by moving qos_utilities.cpp to the four tests; fixes `#517 `_ (`#518 `_) * Contributors: PhDittmann diff --git a/test_quality_of_service/package.xml b/test_quality_of_service/package.xml index 5fe14b66..608f08f1 100644 --- a/test_quality_of_service/package.xml +++ b/test_quality_of_service/package.xml @@ -2,7 +2,7 @@ test_quality_of_service - 0.16.1 + 0.17.0 Test quality of service features, specifically liveliness, deadline, and lifespan. diff --git a/test_rclcpp/CHANGELOG.rst b/test_rclcpp/CHANGELOG.rst index 3f10f51d..fa4dc5de 100644 --- a/test_rclcpp/CHANGELOG.rst +++ b/test_rclcpp/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_rclcpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.17.0 (2023-07-11) +------------------- * Add a fix for the tests given the new type description parameter (`#520 `_) * Changes ros_timer_init for ros_timer_init2 (`#508 `_) * Contributors: Eloy Briceno, Emerson Knapp diff --git a/test_rclcpp/package.xml b/test_rclcpp/package.xml index 4dd083b0..75a9edc0 100644 --- a/test_rclcpp/package.xml +++ b/test_rclcpp/package.xml @@ -2,7 +2,7 @@ test_rclcpp - 0.16.1 + 0.17.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 18a1581f..3ebc86ba 100644 --- a/test_security/CHANGELOG.rst +++ b/test_security/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package test_security ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.17.0 (2023-07-11) +------------------- 0.16.1 (2023-05-11) ------------------- diff --git a/test_security/package.xml b/test_security/package.xml index 40eb1c21..f03e37ec 100644 --- a/test_security/package.xml +++ b/test_security/package.xml @@ -2,7 +2,7 @@ test_security - 0.16.1 + 0.17.0 Test nodes, publishers and subscribers with DDS-Security.