Skip to content

Commit 46f55cd

Browse files
committed
0.15.0
1 parent b883f4c commit 46f55cd

File tree

16 files changed

+22
-22
lines changed

16 files changed

+22
-22
lines changed

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

5-
Forthcoming
6-
-----------
5+
0.15.0 (2021-01-25)
6+
-------------------
77
* Support Python 3.8-provided importlib.metadata (`#482 <https://github.com/ros2/launch/issues/482>`_)
88
* Workaround asyncio signal handling on Unix (`#479 <https://github.com/ros2/launch/issues/479>`_)
99
* Handle signals within the asyncio loop. (`#476 <https://github.com/ros2/launch/issues/476>`_)

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>0.14.0</version>
5+
<version>0.15.0</version>
66
<description>The ROS launch tool.</description>
77
<maintainer email="[email protected]">William Woodall</maintainer>
88
<maintainer email="[email protected]">Michel Hidalgo</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='0.14.0',
8+
version='0.15.0',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

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

5-
Forthcoming
6-
-----------
5+
0.15.0 (2021-01-25)
6+
-------------------
77

88
0.14.0 (2020-12-08)
99
-------------------

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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>launch_testing</name>
5-
<version>0.14.0</version>
5+
<version>0.15.0</version>
66
<description>A package to create tests which involve launch files and multiple processes.</description>
77
<maintainer email="[email protected]">William Woodall</maintainer>
88
<maintainer email="[email protected]">Michel Hidalgo</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='0.14.0',
9+
version='0.15.0',
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package launch_testing_ament_cmake
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.15.0 (2021-01-25)
6+
-------------------
77

88
0.14.0 (2020-12-08)
99
-------------------

launch_testing_ament_cmake/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_ament_cmake</name>
5-
<version>0.14.0</version>
5+
<version>0.15.0</version>
66
<description>A package providing cmake functions for running launch tests from the build.</description>
77
<maintainer email="[email protected]">William Woodall</maintainer>
88
<maintainer email="[email protected]">Michel Hidalgo</maintainer>

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

5-
Forthcoming
6-
-----------
5+
0.15.0 (2021-01-25)
6+
-------------------
77

88
0.14.0 (2020-12-08)
99
-------------------

launch_xml/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_xml</name>
5-
<version>0.14.0</version>
5+
<version>0.15.0</version>
66
<description>XML frontend for the launch package.</description>
77
<maintainer email="[email protected]">William Woodall</maintainer>
88
<maintainer email="[email protected]">Michel Hidalgo</maintainer>

0 commit comments

Comments
 (0)