From 7baa30dfa2e57b625dd624ef948231b8e869c0dd Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Wed, 4 Oct 2023 12:36:32 +0000 Subject: [PATCH] Changelog. Signed-off-by: Chris Lalancette --- test_cli/CHANGELOG.rst | 3 +++ test_cli_remapping/CHANGELOG.rst | 3 +++ test_communication/CHANGELOG.rst | 5 +++++ test_quality_of_service/CHANGELOG.rst | 3 +++ test_rclcpp/CHANGELOG.rst | 6 ++++++ test_security/CHANGELOG.rst | 3 +++ 6 files changed, 23 insertions(+) diff --git a/test_cli/CHANGELOG.rst b/test_cli/CHANGELOG.rst index 811de42e..20759b39 100644 --- a/test_cli/CHANGELOG.rst +++ b/test_cli/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package test_cli ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 0.18.0 (2023-09-07) ------------------- diff --git a/test_cli_remapping/CHANGELOG.rst b/test_cli_remapping/CHANGELOG.rst index 3f5315b4..6f9dee67 100644 --- a/test_cli_remapping/CHANGELOG.rst +++ b/test_cli_remapping/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package test_cli_remapping ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 0.18.0 (2023-09-07) ------------------- diff --git a/test_communication/CHANGELOG.rst b/test_communication/CHANGELOG.rst index f33a9f27..745c8106 100644 --- a/test_communication/CHANGELOG.rst +++ b/test_communication/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package test_communication ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add integration test for nested messages. (`#530 `_) +* Contributors: Chris Lalancette + 0.18.0 (2023-09-07) ------------------- * Adjust for new rclcpp::Rate API (`#516 `_) diff --git a/test_quality_of_service/CHANGELOG.rst b/test_quality_of_service/CHANGELOG.rst index e819e8d6..26baae44 100644 --- a/test_quality_of_service/CHANGELOG.rst +++ b/test_quality_of_service/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package test_quality_of_service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 0.18.0 (2023-09-07) ------------------- diff --git a/test_rclcpp/CHANGELOG.rst b/test_rclcpp/CHANGELOG.rst index 62355812..874a7b83 100644 --- a/test_rclcpp/CHANGELOG.rst +++ b/test_rclcpp/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package test_rclcpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* refactor corrected depth check for prefix in parameter_fixtures.hpp (`#529 `_) +* Remove an unnecessary capture in test_rclcpp. (`#527 `_) +* Contributors: Chris Lalancette, Minju, Lee + 0.18.0 (2023-09-07) ------------------- * Cleanup of the CMakeLists.txt for test_rclcpp. (`#526 `_) diff --git a/test_security/CHANGELOG.rst b/test_security/CHANGELOG.rst index a7eec58c..57b15b4b 100644 --- a/test_security/CHANGELOG.rst +++ b/test_security/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package test_security ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 0.18.0 (2023-09-07) ------------------- * Adjust for new rclcpp::Rate API (`#516 `_)