Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Apr 16, 2024
1 parent f8f25b8 commit ca68399
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.4.2 (2024-04-16)
------------------
* (launch) fix describe of PathJoinSubstitution (`#771 <https://github.com/ros2/launch/issues/771>`_)
* Contributors: Matthijs van der Burgh

3.4.1 (2024-03-28)
------------------
* Small fixes for modern flake8. (`#772 <https://github.com/ros2/launch/issues/772>`_)
Expand Down
3 changes: 3 additions & 0 deletions launch_pytest/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 9 additions & 0 deletions launch_testing/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package launch_testing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.4.2 (2024-04-16)
------------------
* Fix a warning in modern unittest. (`#773 <https://github.com/ros2/launch/issues/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 <https://github.com/ros2/launch/issues/766>`_)
Expand Down
3 changes: 3 additions & 0 deletions launch_testing_ament_cmake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package launch_testing_ament_cmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.4.2 (2024-04-16)
------------------

3.4.1 (2024-03-28)
------------------

Expand Down
3 changes: 3 additions & 0 deletions launch_xml/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ros2/launch/issues/770>`_)
Expand Down
3 changes: 3 additions & 0 deletions launch_yaml/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package launch_yaml
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.4.2 (2024-04-16)
------------------

3.4.1 (2024-03-28)
------------------

Expand Down
3 changes: 3 additions & 0 deletions test_launch_testing/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package test_launch_testing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.4.2 (2024-04-16)
------------------

3.4.1 (2024-03-28)
------------------

Expand Down

0 comments on commit ca68399

Please sign in to comment.