Skip to content

Commit 963569d

Browse files
committed
0.19.9
Signed-off-by: Audrow Nash <[email protected]>
1 parent fbd1db5 commit 963569d

File tree

12 files changed

+23
-8
lines changed

12 files changed

+23
-8
lines changed

launch_ros/CHANGELOG.rst

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

5+
0.19.9 (2025-03-25)
6+
-------------------
7+
* Change docstring markdown code blocks to RST (`#450 <https://github.com/ros2/launch_ros/issues/450>`_) (`#452 <https://github.com/ros2/launch_ros/issues/452>`_)
8+
* mock launch components causing rosdoc2 to fail Python API (`#425 <https://github.com/ros2/launch_ros/issues/425>`_) (`#440 <https://github.com/ros2/launch_ros/issues/440>`_)
9+
* Contributors: mergify[bot]
10+
511
0.19.8 (2024-11-25)
612
-------------------
713
* Fix url in setup.py (backport `#413 <https://github.com/ros2/launch_ros/issues/413>`_) (`#415 <https://github.com/ros2/launch_ros/issues/415>`_)

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.19.8</version>
7+
<version>0.19.9</version>
88
<description>ROS specific extensions to the launch tool.</description>
99
<maintainer email="[email protected]">Aditya Pande</maintainer>
1010
<maintainer email="[email protected]">Jacob Perron</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.19.8',
8+
version='0.19.9',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

launch_testing_ros/CHANGELOG.rst

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

5+
0.19.9 (2025-03-25)
6+
-------------------
7+
58
0.19.8 (2024-11-25)
69
-------------------
710
* [Backport] Make launch_testing_ros examples more robust. (`#394 <https://github.com/ros2/launch_ros/issues/394>`_) (backport `#420 <https://github.com/ros2/launch_ros/issues/420>`_) (`#421 <https://github.com/ros2/launch_ros/issues/421>`_)

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.19.8</version>
5+
<version>0.19.9</version>
66
<description>A package providing utilities for writing ROS2 enabled launch tests.</description>
77
<maintainer email="[email protected]">Aditya Pande</maintainer>
88
<maintainer email="[email protected]">Jacob Perron</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.19.8',
8+
version='0.19.9',
99
packages=find_packages(exclude=['test']),
1010
py_modules=['launch_testing_ros_pytest_entrypoint'],
1111
data_files=[

ros2launch/CHANGELOG.rst

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

5+
0.19.9 (2025-03-25)
6+
-------------------
7+
58
0.19.8 (2024-11-25)
69
-------------------
710
* Fix url in setup.py (backport `#413 <https://github.com/ros2/launch_ros/issues/413>`_) (`#415 <https://github.com/ros2/launch_ros/issues/415>`_)

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.19.8</version>
7+
<version>0.19.9</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.19.8',
8+
version='0.19.9',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

test_launch_ros/CHANGELOG.rst

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

5+
0.19.9 (2025-03-25)
6+
-------------------
7+
58
0.19.8 (2024-11-25)
69
-------------------
710
* Fix url in setup.py (backport `#413 <https://github.com/ros2/launch_ros/issues/413>`_) (`#415 <https://github.com/ros2/launch_ros/issues/415>`_)

0 commit comments

Comments
 (0)