Skip to content

Commit e482f5d

Browse files
committed
0.14.0
1 parent 87dc06b commit e482f5d

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

test_cli/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package test_cli
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.14.0 (2022-09-13)
6+
-------------------
77

88
0.13.0 (2022-05-04)
99
-------------------

test_cli/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>test_cli</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>
77
Test command line arguments passed to ros2 executables.
88
</description>

test_cli_remapping/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package test_cli_remapping
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.14.0 (2022-09-13)
6+
-------------------
77

88
0.13.0 (2022-05-04)
99
-------------------

test_cli_remapping/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>test_cli_remapping</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>
77
Test command line remapping of topic names, service names, node namespace, and node name.
88
</description>

test_communication/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package test_communication
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.14.0 (2022-09-13)
6+
-------------------
77
* Revert "Replace deprecated spin_until_future_complete with spin_until_complete (`#499 <https://github.com/ros2/system_tests/issues/499>`_)" (`#504 <https://github.com/ros2/system_tests/issues/504>`_)
88
* Replace deprecated spin_until_future_complete with spin_until_complete (`#499 <https://github.com/ros2/system_tests/issues/499>`_)
99
* Contributors: Hubert Liberacki, William Woodall

test_communication/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>test_communication</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>
77
Test publish / subscribe and request / response communication with all primitive as well as builtin types.
88
Also exchange dynamic and static arrays and nested message structures.

test_quality_of_service/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package test_quality_of_service
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.14.0 (2022-09-13)
6+
-------------------
77
* Pass rclcpp::QoS to create_service (`#507 <https://github.com/ros2/system_tests/issues/507>`_)
88
* Pass rclcpp::QoS to create_client (`#506 <https://github.com/ros2/system_tests/issues/506>`_)
99
* Remove Werror from test_quality_of_service. (`#503 <https://github.com/ros2/system_tests/issues/503>`_)

test_quality_of_service/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>test_quality_of_service</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>
77
Test quality of service features, specifically liveliness, deadline, and lifespan.
88
</description>

test_rclcpp/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package test_rclcpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.14.0 (2022-09-13)
6+
-------------------
77
* Pass rclcpp::QoS to create_service (`#507 <https://github.com/ros2/system_tests/issues/507>`_)
88
* Pass rclcpp::QoS to create_client (`#506 <https://github.com/ros2/system_tests/issues/506>`_)
99
* Revert "Replace deprecated spin_until_future_complete with spin_until_complete (`#499 <https://github.com/ros2/system_tests/issues/499>`_)" (`#504 <https://github.com/ros2/system_tests/issues/504>`_)

test_rclcpp/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>test_rclcpp</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>
77
Test rclcpp API.
88
Each test is run with every available rmw implementation.

0 commit comments

Comments
 (0)