Skip to content

Commit

Permalink
3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Feb 7, 2024
1 parent b833750 commit 092bea3
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.4.0 (2024-02-07)
------------------
* Rework task exceptions loop. (`#755 <https://github.com/ros2/launch/issues/755>`_)
* add format overriding by environment variables (`#722 <https://github.com/ros2/launch/issues/722>`_)
* Add exception type to error output (`#753 <https://github.com/ros2/launch/issues/753>`_)
Expand Down
2 changes: 1 addition & 1 deletion launch/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</name>
<version>3.3.0</version>
<version>3.4.0</version>
<description>The ROS launch tool.</description>

<maintainer email="[email protected]">Aditya Pande</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion launch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='3.3.0',
version='3.4.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions launch_pytest/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package launch_pytest
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.4.0 (2024-02-07)
------------------

3.3.0 (2024-01-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion launch_pytest/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_pytest</name>
<version>3.3.0</version>
<version>3.4.0</version>
<description>A package to create tests which involve launch files and multiple processes.</description>

<maintainer email="[email protected]">Aditya Pande</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion launch_pytest/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name=package_name,
version='3.3.0',
version='3.4.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages', [f'resource/{package_name}']),
Expand Down
4 changes: 2 additions & 2 deletions launch_testing/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package launch_testing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.4.0 (2024-02-07)
------------------

3.3.0 (2024-01-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion launch_testing/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>launch_testing</name>
<version>3.3.0</version>
<version>3.4.0</version>
<description>A package to create tests which involve launch files and multiple processes.</description>

<maintainer email="[email protected]">Aditya Pande</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion launch_testing/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='launch_testing',
version='3.3.0',
version='3.4.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages', ['resource/launch_testing']),
Expand Down
4 changes: 2 additions & 2 deletions launch_testing_ament_cmake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package launch_testing_ament_cmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.4.0 (2024-02-07)
------------------

3.3.0 (2024-01-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion launch_testing_ament_cmake/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_ament_cmake</name>
<version>3.3.0</version>
<version>3.4.0</version>
<description>A package providing cmake functions for running launch tests from the build.</description>

<maintainer email="[email protected]">Aditya Pande</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions launch_xml/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package launch_xml
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.4.0 (2024-02-07)
------------------

3.3.0 (2024-01-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion launch_xml/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>launch_xml</name>
<version>3.3.0</version>
<version>3.4.0</version>
<description>XML frontend for the launch package.</description>

<maintainer email="[email protected]">Aditya Pande</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion launch_xml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='3.3.0',
version='3.4.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions launch_yaml/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package launch_yaml
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.4.0 (2024-02-07)
------------------
* Fix flake8 warnings in launch_yaml. (`#756 <https://github.com/ros2/launch/issues/756>`_)
* Contributors: Chris Lalancette

Expand Down
2 changes: 1 addition & 1 deletion launch_yaml/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>launch_yaml</name>
<version>3.3.0</version>
<version>3.4.0</version>
<description>YAML frontend for the launch package.</description>

<maintainer email="[email protected]">Aditya Pande</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion launch_yaml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='3.3.0',
version='3.4.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions test_launch_testing/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_launch_testing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.4.0 (2024-02-07)
------------------

3.3.0 (2024-01-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion test_launch_testing/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>test_launch_testing</name>
<version>3.3.0</version>
<version>3.4.0</version>
<description>Tests for the launch_testing package.</description>

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

0 comments on commit 092bea3

Please sign in to comment.