Skip to content

Commit aed025e

Browse files
committed
1.0.4
Signed-off-by: Audrow Nash <[email protected]>
1 parent 435b0be commit aed025e

File tree

19 files changed

+38
-12
lines changed

19 files changed

+38
-12
lines changed

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

5+
1.0.4 (2023-01-10)
6+
------------------
7+
* Allow ReadyToTest() usage in event handler (`#681 <https://github.com/ros2/launch/issues/681>`_)
8+
* Contributors: Nikolai Morin
9+
510
1.0.3 (2022-10-18)
611
------------------
712
* Fix bug in test_push_and_pop_environment.py

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

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

5+
1.0.4 (2023-01-10)
6+
------------------
7+
58
1.0.3 (2022-10-18)
69
------------------
710

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.3</version>
5+
<version>1.0.4</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.3',
12+
version='1.0.4',
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package launch_testing
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.4 (2023-01-10)
6+
------------------
7+
* Allow ReadyToTest() usage in event handler (`#681 <https://github.com/ros2/launch/issues/681>`_)
8+
* Inherit markers from generate_test_description (`#670 <https://github.com/ros2/launch/issues/670>`_) (`#674 <https://github.com/ros2/launch/issues/674>`_)
9+
* Contributors: Nikolai Morin, mergify[bot]
10+
511
1.0.3 (2022-10-18)
612
------------------
713
* Fix Typo (`#641 <https://github.com/ros2/launch/issues/641>`_) (`#644 <https://github.com/ros2/launch/issues/644>`_)

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.3</version>
5+
<version>1.0.4</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.3',
9+
version='1.0.4',
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.4 (2023-01-10)
6+
------------------
7+
58
1.0.3 (2022-10-18)
69
------------------
710

0 commit comments

Comments
 (0)