Skip to content

Commit f31c1ff

Browse files
committed
1.0.7
Signed-off-by: Audrow Nash <[email protected]>
1 parent cdd6012 commit f31c1ff

File tree

19 files changed

+35
-12
lines changed

19 files changed

+35
-12
lines changed

launch/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
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.7 (2024-11-25)
6+
------------------
7+
58
1.0.6 (2024-05-17)
69
------------------
710

launch/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</name>
5-
<version>1.0.6</version>
5+
<version>1.0.7</version>
66
<description>The ROS launch tool.</description>
77

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

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

launch_pytest/CHANGELOG.rst

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

5+
1.0.7 (2024-11-25)
6+
------------------
7+
* Drop unused data_files entry for example_processes (`#680 <https://github.com/ros2/launch/issues/680>`_) (`#791 <https://github.com/ros2/launch/issues/791>`_)
8+
* Contributors: mergify[bot]
9+
510
1.0.6 (2024-05-17)
611
------------------
712

launch_pytest/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_pytest</name>
5-
<version>1.0.6</version>
5+
<version>1.0.7</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

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

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

launch_testing/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
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.7 (2024-11-25)
6+
------------------
7+
58
1.0.6 (2024-05-17)
69
------------------
710
* Add consider_namespace_packages=False (`#766 <https://github.com/ros2/launch/issues/766>`_) (`#777 <https://github.com/ros2/launch/issues/777>`_)

launch_testing/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>launch_testing</name>
5-
<version>1.0.6</version>
5+
<version>1.0.7</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

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

77
setup(
88
name='launch_testing',
9-
version='1.0.6',
9+
version='1.0.7',
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

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

5+
1.0.7 (2024-11-25)
6+
------------------
7+
58
1.0.6 (2024-05-17)
69
------------------
710

0 commit comments

Comments
 (0)