From ca683992d82184614d9b32abd3eb4f78002b6c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Tue, 16 Apr 2024 15:19:56 +0200 Subject: [PATCH] Changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- launch/CHANGELOG.rst | 5 +++++ launch_pytest/CHANGELOG.rst | 3 +++ launch_testing/CHANGELOG.rst | 9 +++++++++ launch_testing_ament_cmake/CHANGELOG.rst | 3 +++ launch_xml/CHANGELOG.rst | 3 +++ launch_yaml/CHANGELOG.rst | 3 +++ test_launch_testing/CHANGELOG.rst | 3 +++ 7 files changed, 29 insertions(+) diff --git a/launch/CHANGELOG.rst b/launch/CHANGELOG.rst index 3d2416aa8..69cd57b45 100644 --- a/launch/CHANGELOG.rst +++ b/launch/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package launch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.4.2 (2024-04-16) +------------------ +* (launch) fix describe of PathJoinSubstitution (`#771 `_) +* Contributors: Matthijs van der Burgh + 3.4.1 (2024-03-28) ------------------ * Small fixes for modern flake8. (`#772 `_) diff --git a/launch_pytest/CHANGELOG.rst b/launch_pytest/CHANGELOG.rst index 5ba5b7d35..7691335e7 100644 --- a/launch_pytest/CHANGELOG.rst +++ b/launch_pytest/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package launch_pytest ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.4.2 (2024-04-16) +------------------ + 3.4.1 (2024-03-28) ------------------ * Switch tryfirst/trylast to hookimpl. diff --git a/launch_testing/CHANGELOG.rst b/launch_testing/CHANGELOG.rst index 562db73d2..aa7f95ced 100644 --- a/launch_testing/CHANGELOG.rst +++ b/launch_testing/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog for package launch_testing ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.4.2 (2024-04-16) +------------------ +* Fix a warning in modern unittest. (`#773 `_) + Newer versions of unittest no longer store an errors + list; instead, they store a result, which then stores + an error list. Update the code here to be able to deal + with either version. +* Contributors: Chris Lalancette + 3.4.1 (2024-03-28) ------------------ * Add consider_namespace_packages=False (`#766 `_) diff --git a/launch_testing_ament_cmake/CHANGELOG.rst b/launch_testing_ament_cmake/CHANGELOG.rst index 0091f75ae..3f199b699 100644 --- a/launch_testing_ament_cmake/CHANGELOG.rst +++ b/launch_testing_ament_cmake/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package launch_testing_ament_cmake ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.4.2 (2024-04-16) +------------------ + 3.4.1 (2024-03-28) ------------------ diff --git a/launch_xml/CHANGELOG.rst b/launch_xml/CHANGELOG.rst index b3afb9a05..fb2eb6ec1 100644 --- a/launch_xml/CHANGELOG.rst +++ b/launch_xml/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package launch_xml ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.4.2 (2024-04-16) +------------------ + 3.4.1 (2024-03-28) ------------------ * launch_xml: fix xml syntax in README (`#770 `_) diff --git a/launch_yaml/CHANGELOG.rst b/launch_yaml/CHANGELOG.rst index 03a3d3e75..580d88742 100644 --- a/launch_yaml/CHANGELOG.rst +++ b/launch_yaml/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package launch_yaml ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.4.2 (2024-04-16) +------------------ + 3.4.1 (2024-03-28) ------------------ diff --git a/test_launch_testing/CHANGELOG.rst b/test_launch_testing/CHANGELOG.rst index b2db1cb1d..fe6733e1b 100644 --- a/test_launch_testing/CHANGELOG.rst +++ b/test_launch_testing/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package test_launch_testing ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.4.2 (2024-04-16) +------------------ + 3.4.1 (2024-03-28) ------------------