Skip to content

Commit ccccd4f

Browse files
committed
3.8.1
1 parent 4b8c6bb commit ccccd4f

File tree

19 files changed

+45
-12
lines changed

19 files changed

+45
-12
lines changed

launch/CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog for package launch
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.8.1 (2025-04-18)
6+
------------------
7+
* Provide copy of launch configs to TimerAction's entities (`#836 <https://github.com/ros2/launch/issues/836>`_)
8+
* Allow concatenating each path component of PathJoinSubstitution (`#838 <https://github.com/ros2/launch/issues/838>`_)
9+
* Add StringJoinSubstitution substitution (`#843 <https://github.com/ros2/launch/issues/843>`_)
10+
* Add missing test_depend for launch (`#850 <https://github.com/ros2/launch/issues/850>`_)
11+
* Document substitutions concatenation in architecture doc (`#845 <https://github.com/ros2/launch/issues/845>`_)
12+
* Update docs to use proper RST literals (`#837 <https://github.com/ros2/launch/issues/837>`_)
13+
* Fix function params indentation (`#833 <https://github.com/ros2/launch/issues/833>`_)
14+
* Contributors: Christian Ruf, Christophe Bedard, Michael Carlstrom
15+
516
3.8.0 (2025-02-27)
617
------------------
718
* Add ForEach action to repeat entities using iteration-specific values (`#802 <https://github.com/ros2/launch/issues/802>`_)

launch/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>launch</name>
5-
<version>3.8.0</version>
5+
<version>3.8.1</version>
66
<description>The ROS launch tool.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

launch/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='3.8.0',
8+
version='3.8.1',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

launch_pytest/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package launch_pytest
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.8.1 (2025-04-18)
6+
------------------
7+
58
3.8.0 (2025-02-27)
69
------------------
710
* Cleanup the launch dependencies. (`#819 <https://github.com/ros2/launch/issues/819>`_)

launch_pytest/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>launch_pytest</name>
5-
<version>3.8.0</version>
5+
<version>3.8.1</version>
66
<description>A package to create tests which involve launch files and multiple processes.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

launch_pytest/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name=package_name,
12-
version='3.8.0',
12+
version='3.8.1',
1313
packages=find_packages(exclude=['test']),
1414
data_files=[
1515
('share/ament_index/resource_index/packages', [f'resource/{package_name}']),

launch_testing/CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package launch_testing
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.8.1 (2025-04-18)
6+
------------------
7+
* Fix function params indentation (`#833 <https://github.com/ros2/launch/issues/833>`_)
8+
* Contributors: Christophe Bedard
9+
510
3.8.0 (2025-02-27)
611
------------------
712
* Cleanup the launch dependencies. (`#819 <https://github.com/ros2/launch/issues/819>`_)

launch_testing/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>launch_testing</name>
5-
<version>3.8.0</version>
5+
<version>3.8.1</version>
66
<description>A package to create tests which involve launch files and multiple processes.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

launch_testing/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='launch_testing',
9-
version='3.8.0',
9+
version='3.8.1',
1010
packages=find_packages(exclude=['test']),
1111
data_files=[
1212
('share/ament_index/resource_index/packages', ['resource/launch_testing']),

launch_testing_ament_cmake/CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package launch_testing_ament_cmake
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.8.1 (2025-04-18)
6+
------------------
7+
* Add CMake parameter to override launch_testing module (`#854 <https://github.com/ros2/launch/issues/854>`_)
8+
* Contributors: Scott K Logan
9+
510
3.8.0 (2025-02-27)
611
------------------
712

launch_testing_ament_cmake/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>launch_testing_ament_cmake</name>
5-
<version>3.8.0</version>
5+
<version>3.8.1</version>
66
<description>A package providing cmake functions for running launch tests from the build.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

launch_xml/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package launch_xml
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.8.1 (2025-04-18)
6+
------------------
7+
58
3.8.0 (2025-02-27)
69
------------------
710
* Add ForEach action to repeat entities using iteration-specific values (`#802 <https://github.com/ros2/launch/issues/802>`_)

launch_xml/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>launch_xml</name>
5-
<version>3.8.0</version>
5+
<version>3.8.1</version>
66
<description>XML frontend for the launch package.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

launch_xml/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='3.8.0',
8+
version='3.8.1',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

launch_yaml/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package launch_yaml
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.8.1 (2025-04-18)
6+
------------------
7+
58
3.8.0 (2025-02-27)
69
------------------
710
* Add ForEach action to repeat entities using iteration-specific values (`#802 <https://github.com/ros2/launch/issues/802>`_)

launch_yaml/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>launch_yaml</name>
5-
<version>3.8.0</version>
5+
<version>3.8.1</version>
66
<description>YAML frontend for the launch package.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

launch_yaml/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='3.8.0',
8+
version='3.8.1',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

test_launch_testing/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package test_launch_testing
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.8.1 (2025-04-18)
6+
------------------
7+
58
3.8.0 (2025-02-27)
69
------------------
710

test_launch_testing/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>test_launch_testing</name>
5-
<version>3.8.0</version>
5+
<version>3.8.1</version>
66
<description>Tests for the launch_testing package.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

0 commit comments

Comments
 (0)