Skip to content

Commit e29516d

Browse files
committed
0.12.2
Signed-off-by: Audrow Nash <[email protected]>
1 parent 4fe90b6 commit e29516d

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.12.2 (2022-03-28)
6+
-------------------
7+
58
0.12.1 (2022-01-13)
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.1</version>
5+
<version>0.12.2</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.12.2 (2022-03-28)
6+
-------------------
7+
58
0.12.1 (2022-01-13)
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.1</version>
5+
<version>0.12.2</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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package test_communication
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.12.2 (2022-03-28)
6+
-------------------
7+
* Add test_msgs dependency (`#497 <https://github.com/ros2/system_tests/issues/497>`_)
8+
* Contributors: Shane Loretz
9+
510
0.12.1 (2022-01-13)
611
-------------------
712

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

5+
0.12.2 (2022-03-28)
6+
-------------------
7+
58
0.12.1 (2022-01-13)
69
-------------------
710
* Update maintainers to Aditya Pande and Shane Loretz (`#491 <https://github.com/ros2/system_tests/issues/491>`_)

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.1</version>
5+
<version>0.12.2</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.12.2 (2022-03-28)
6+
-------------------
7+
58
0.12.1 (2022-01-13)
69
-------------------
710
* Fix include order for cpplint (`#493 <https://github.com/ros2/system_tests/issues/493>`_)

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

0 commit comments

Comments
 (0)