Skip to content

Commit 9425012

Browse files
committed
0.26.7
Signed-off-by: Marco A. Gutierrez <[email protected]>
1 parent 24acc69 commit 9425012

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

launch_ros/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package launch_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.26.7 (2025-04-02)
6+
-------------------
77
* Fixing lifecycle node autostart issue `#445 <https://github.com/ros2/launch_ros/issues/445>`_ (`#449 <https://github.com/ros2/launch_ros/issues/449>`_) (`#453 <https://github.com/ros2/launch_ros/issues/453>`_)
88
(cherry picked from commit 98952b58d570cde78d8cfec8c8d697f331b8c982)
99
Co-authored-by: Steve Macenski <[email protected]>

launch_ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="2">
66
<name>launch_ros</name>
7-
<version>0.26.6</version>
7+
<version>0.26.7</version>
88
<description>ROS specific extensions to the launch tool.</description>
99

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

launch_ros/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

launch_testing_ros/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package launch_testing_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.26.7 (2025-04-02)
6+
-------------------
77
* Merge pull request `#447 <https://github.com/ros2/launch_ros/issues/447>`_ from ros2/mergify/bp/jazzy/pr-446
88
Fix function params indentation (backport `#446 <https://github.com/ros2/launch_ros/issues/446>`_)
99
* Fix function params indentation (`#446 <https://github.com/ros2/launch_ros/issues/446>`_)

launch_testing_ros/package.xml

Lines changed: 1 addition & 1 deletion
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_ros</name>
5-
<version>0.26.6</version>
5+
<version>0.26.7</version>
66
<description>A package providing utilities for writing ROS2 enabled launch tests.</description>
77

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

launch_testing_ros/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='launch_testing_ros',
8-
version='0.26.6',
8+
version='0.26.7',
99
packages=find_packages(exclude=['test']),
1010
py_modules=['launch_testing_ros_pytest_entrypoint'],
1111
data_files=[

ros2launch/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package ros2launch
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.26.7 (2025-04-02)
6+
-------------------
77

88
0.26.6 (2024-12-18)
99
-------------------

ros2launch/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>ros2launch</name>
7-
<version>0.26.6</version>
7+
<version>0.26.7</version>
88
<description>
99
The launch command for ROS 2 command line tools.
1010
</description>

ros2launch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

test_launch_ros/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package test_launch_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.26.7 (2025-04-02)
6+
-------------------
77
* Autostarting lifecycle nodes and example launch file demo (`#430 <https://github.com/ros2/launch_ros/issues/430>`_) (`#438 <https://github.com/ros2/launch_ros/issues/438>`_)
88
(cherry picked from commit 3569f0d76c68884ca8796c0134bad29e8732d868)
99
Co-authored-by: Steve Macenski <[email protected]>

0 commit comments

Comments
 (0)