Skip to content

Commit 83a4e48

Browse files
committed
0.12.3
1 parent f7148d2 commit 83a4e48

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.12.3 (2022-04-05)
6+
-------------------
77

88
0.12.2 (2022-03-28)
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.12.2</version>
5+
<version>0.12.3</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.12.3 (2022-04-05)
6+
-------------------
77

88
0.12.2 (2022-03-28)
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.12.2</version>
5+
<version>0.12.3</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.12.3 (2022-04-05)
6+
-------------------
77
* Split test_subscriber into multiple compilation units. (`#500 <https://github.com/ros2/system_tests/issues/500>`_)
88
* Contributors: Chris Lalancette
99

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.2</version>
5+
<version>0.12.3</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.12.3 (2022-04-05)
6+
-------------------
77

88
0.12.2 (2022-03-28)
99
-------------------

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.2</version>
5+
<version>0.12.3</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.12.3 (2022-04-05)
6+
-------------------
77

88
0.12.2 (2022-03-28)
99
-------------------

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

0 commit comments

Comments
 (0)