Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Nov 18, 2021
1 parent c6b01ce commit 519e649
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions test_cli/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_cli
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.12.0 (2021-11-18)
-------------------
* Updated maintainers (`#489 <https://github.com/ros2/system_tests/issues/489>`_)
* Add changelogs (`#473 <https://github.com/ros2/system_tests/issues/473>`_)
* Contributors: Aditya Pande, Ivan Santiago Paunovic
Expand Down
2 changes: 1 addition & 1 deletion test_cli/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_cli</name>
<version>0.11.1</version>
<version>0.12.0</version>
<description>
Test command line arguments passed to ros2 executables.
</description>
Expand Down
4 changes: 2 additions & 2 deletions test_cli_remapping/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_cli_remapping
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.12.0 (2021-11-18)
-------------------
* Update python nodes SIGINT handling (`#490 <https://github.com/ros2/system_tests/issues/490>`_)
* Updated maintainers (`#489 <https://github.com/ros2/system_tests/issues/489>`_)
* Add changelogs (`#473 <https://github.com/ros2/system_tests/issues/473>`_)
Expand Down
2 changes: 1 addition & 1 deletion test_cli_remapping/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_cli_remapping</name>
<version>0.11.1</version>
<version>0.12.0</version>
<description>
Test command line remapping of topic names, service names, node namespace, and node name.
</description>
Expand Down
4 changes: 2 additions & 2 deletions test_communication/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_communication
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.12.0 (2021-11-18)
-------------------
* Update python nodes SIGINT handling (`#490 <https://github.com/ros2/system_tests/issues/490>`_)
* Updated maintainers (`#489 <https://github.com/ros2/system_tests/issues/489>`_)
* Fix deprecated subscriber callback warnings (`#483 <https://github.com/ros2/system_tests/issues/483>`_)
Expand Down
2 changes: 1 addition & 1 deletion test_communication/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_communication</name>
<version>0.11.1</version>
<version>0.12.0</version>
<description>
Test publish / subscribe and request / response communication with all primitive as well as builtin types.
Also exchange dynamic and static arrays and nested message structures.
Expand Down
4 changes: 2 additions & 2 deletions test_quality_of_service/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_quality_of_service
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.12.0 (2021-11-18)
-------------------
* Updated maintainers (`#489 <https://github.com/ros2/system_tests/issues/489>`_)
* Fix deprecated subscriber callback warnings (`#483 <https://github.com/ros2/system_tests/issues/483>`_)
* Add changelogs (`#473 <https://github.com/ros2/system_tests/issues/473>`_)
Expand Down
2 changes: 1 addition & 1 deletion test_quality_of_service/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_quality_of_service</name>
<version>0.11.1</version>
<version>0.12.0</version>
<description>
Test quality of service features, specifically liveliness, deadline, and lifespan.
</description>
Expand Down
4 changes: 2 additions & 2 deletions test_rclcpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_rclcpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.12.0 (2021-11-18)
-------------------
* Updated maintainers (`#489 <https://github.com/ros2/system_tests/issues/489>`_)
* Add tests for rclcpp sigterm handler (`#485 <https://github.com/ros2/system_tests/issues/485>`_)
* Fix deprecated subscriber callback warnings (`#483 <https://github.com/ros2/system_tests/issues/483>`_)
Expand Down
2 changes: 1 addition & 1 deletion test_rclcpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_rclcpp</name>
<version>0.11.1</version>
<version>0.12.0</version>
<description>
Test rclcpp API.
Each test is run with every available rmw implementation.
Expand Down
4 changes: 2 additions & 2 deletions test_security/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_security
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.12.0 (2021-11-18)
-------------------
* Updated maintainers (`#489 <https://github.com/ros2/system_tests/issues/489>`_)
* Fix deprecated subscriber callback warnings (`#483 <https://github.com/ros2/system_tests/issues/483>`_)
* Add changelogs (`#473 <https://github.com/ros2/system_tests/issues/473>`_)
Expand Down
2 changes: 1 addition & 1 deletion test_security/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_security</name>
<version>0.11.1</version>
<version>0.12.0</version>
<description>
Test nodes, publishers and subscribers with DDS-Security.
</description>
Expand Down

0 comments on commit 519e649

Please sign in to comment.