Skip to content

Commit 6a2d21e

Browse files
committed
0.13.0
Signed-off-by: Audrow Nash <[email protected]>
1 parent a493f18 commit 6a2d21e

File tree

12 files changed

+26
-6
lines changed

12 files changed

+26
-6
lines changed

test_cli/CHANGELOG.rst

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

5+
0.13.0 (2022-05-04)
6+
-------------------
7+
58
0.12.3 (2022-04-05)
69
-------------------
710

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

test_cli_remapping/CHANGELOG.rst

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

5+
0.13.0 (2022-05-04)
6+
-------------------
7+
58
0.12.3 (2022-04-05)
69
-------------------
710

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.12.3</version>
5+
<version>0.13.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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package test_communication
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.13.0 (2022-05-04)
6+
-------------------
7+
58
0.12.3 (2022-04-05)
69
-------------------
710
* Split test_subscriber into multiple compilation units. (`#500 <https://github.com/ros2/system_tests/issues/500>`_)

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.12.3</version>
5+
<version>0.13.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package test_quality_of_service
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.13.0 (2022-05-04)
6+
-------------------
7+
* Add tests for 'best available' QoS policies (`#501 <https://github.com/ros2/system_tests/issues/501>`_)
8+
* Contributors: Jacob Perron
9+
510
0.12.3 (2022-04-05)
611
-------------------
712

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

test_rclcpp/CHANGELOG.rst

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

5+
0.13.0 (2022-05-04)
6+
-------------------
7+
58
0.12.3 (2022-04-05)
69
-------------------
710

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

0 commit comments

Comments
 (0)