Skip to content

Commit

Permalink
0.19.6
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <[email protected]>
  • Loading branch information
audrow committed Sep 19, 2023
1 parent abce4dd commit 2bf4e60
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 8 deletions.
5 changes: 5 additions & 0 deletions launch_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package launch_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.19.6 (2023-09-19)
-------------------
* Implement None check for ComposableNodeContainer (`#341 <https://github.com/ros2/launch_ros/issues/341>`_) (`#371 <https://github.com/ros2/launch_ros/issues/371>`_)
* Contributors: mergify[bot]

0.19.5 (2023-07-17)
-------------------
* Run condition for composable nodes (`#311 <https://github.com/ros2/launch_ros/issues/311>`_) (`#363 <https://github.com/ros2/launch_ros/issues/363>`_)
Expand Down
2 changes: 1 addition & 1 deletion launch_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>launch_ros</name>
<version>0.19.5</version>
<version>0.19.6</version>
<description>ROS specific extensions to the launch tool.</description>
<maintainer email="[email protected]">Aditya Pande</maintainer>
<maintainer email="[email protected]">Jacob Perron</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion launch_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.19.5',
version='0.19.6',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
3 changes: 3 additions & 0 deletions launch_testing_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package launch_testing_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.19.6 (2023-09-19)
-------------------

0.19.5 (2023-07-17)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion launch_testing_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>launch_testing_ros</name>
<version>0.19.5</version>
<version>0.19.6</version>
<description>A package providing utilities for writing ROS2 enabled launch tests.</description>
<maintainer email="[email protected]">Aditya Pande</maintainer>
<maintainer email="[email protected]">Jacob Perron</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion launch_testing_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='launch_testing_ros',
version='0.19.5',
version='0.19.6',
packages=find_packages(exclude=['test']),
py_modules=['launch_testing_ros_pytest_entrypoint'],
data_files=[
Expand Down
3 changes: 3 additions & 0 deletions ros2launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros2launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.19.6 (2023-09-19)
-------------------

0.19.5 (2023-07-17)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion ros2launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros2launch</name>
<version>0.19.5</version>
<version>0.19.6</version>
<description>
The launch command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2launch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.19.5',
version='0.19.6',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
5 changes: 5 additions & 0 deletions test_launch_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package test_launch_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.19.6 (2023-09-19)
-------------------
* Implement None check for ComposableNodeContainer (`#341 <https://github.com/ros2/launch_ros/issues/341>`_) (`#371 <https://github.com/ros2/launch_ros/issues/371>`_)
* Contributors: mergify[bot]

0.19.5 (2023-07-17)
-------------------
* Run condition for composable nodes (`#311 <https://github.com/ros2/launch_ros/issues/311>`_) (`#363 <https://github.com/ros2/launch_ros/issues/363>`_)
Expand Down
2 changes: 1 addition & 1 deletion test_launch_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_launch_ros</name>
<version>0.19.5</version>
<version>0.19.6</version>
<description>Tests for ROS specific extensions to the launch tool.</description>
<maintainer email="[email protected]">Aditya Pande</maintainer>
<maintainer email="[email protected]">Jacob Perron</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion test_launch_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.19.5',
version='0.19.6',
packages=find_packages(exclude=['test']),
install_requires=[
'setuptools',
Expand Down

0 comments on commit 2bf4e60

Please sign in to comment.