Skip to content

Commit 1da5e30

Browse files
committed
0.20.0
1 parent f208707 commit 1da5e30

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

test_cli/CHANGELOG.rst

+2-2
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.20.0 (2023-12-26)
6+
-------------------
77
* Switch to target_link_libraries everywhere. (`#532 <https://github.com/ros2/system_tests/issues/532>`_)
88
* Contributors: Chris Lalancette
99

test_cli/package.xml

+1-1
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.19.0</version>
5+
<version>0.20.0</version>
66
<description>
77
Test command line arguments passed to ros2 executables.
88
</description>

test_cli_remapping/CHANGELOG.rst

+2-2
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.20.0 (2023-12-26)
6+
-------------------
77
* Switch to target_link_libraries everywhere. (`#532 <https://github.com/ros2/system_tests/issues/532>`_)
88
* Contributors: Chris Lalancette
99

test_cli_remapping/package.xml

+1-1
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.19.0</version>
5+
<version>0.20.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

+2-2
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.20.0 (2023-12-26)
6+
-------------------
77
* Switch to target_link_libraries everywhere. (`#532 <https://github.com/ros2/system_tests/issues/532>`_)
88
* Contributors: Chris Lalancette
99

test_communication/package.xml

+1-1
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.19.0</version>
5+
<version>0.20.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

+2-2
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.20.0 (2023-12-26)
6+
-------------------
77
* Cleanup header includes in test_quality_of_service. (`#533 <https://github.com/ros2/system_tests/issues/533>`_)
88
* Switch to target_link_libraries everywhere. (`#532 <https://github.com/ros2/system_tests/issues/532>`_)
99
* Contributors: Chris Lalancette

test_quality_of_service/package.xml

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

test_rclcpp/CHANGELOG.rst

+2-2
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.20.0 (2023-12-26)
6+
-------------------
77
* Mark gtest_subscription__rmw_connextdds xfail. (`#531 <https://github.com/ros2/system_tests/issues/531>`_)
88
* Contributors: Chris Lalancette
99

test_rclcpp/package.xml

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

test_security/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package test_security
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.20.0 (2023-12-26)
6+
-------------------
77
* Update to C++17 (`#528 <https://github.com/ros2/system_tests/issues/528>`_)
88
* Switch to target_link_libraries everywhere. (`#532 <https://github.com/ros2/system_tests/issues/532>`_)
99
* Contributors: Chris Lalancette

test_security/package.xml

+1-1
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_security</name>
5-
<version>0.19.0</version>
5+
<version>0.20.0</version>
66
<description>
77
Test nodes, publishers and subscribers with DDS-Security.
88
</description>

0 commit comments

Comments
 (0)