Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Jul 11, 2023
1 parent de33187 commit 88be6f7
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.17.0 (2023-07-11)
-------------------

0.16.1 (2023-05-11)
-------------------
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.16.1</version>
<version>0.17.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.17.0 (2023-07-11)
-------------------

0.16.1 (2023-05-11)
-------------------
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.16.1</version>
<version>0.17.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.17.0 (2023-07-11)
-------------------

0.16.1 (2023-05-11)
-------------------
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.16.1</version>
<version>0.17.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.17.0 (2023-07-11)
-------------------
* Fix test QoS on macOS by moving qos_utilities.cpp to the four tests; fixes `#517 <https://github.com/ros2/system_tests/issues/517>`_ (`#518 <https://github.com/ros2/system_tests/issues/518>`_)
* Contributors: PhDittmann

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.16.1</version>
<version>0.17.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.17.0 (2023-07-11)
-------------------
* Add a fix for the tests given the new type description parameter (`#520 <https://github.com/ros2/system_tests/issues/520>`_)
* Changes ros_timer_init for ros_timer_init2 (`#508 <https://github.com/ros2/system_tests/issues/508>`_)
* Contributors: Eloy Briceno, Emerson Knapp
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.16.1</version>
<version>0.17.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.17.0 (2023-07-11)
-------------------

0.16.1 (2023-05-11)
-------------------
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.16.1</version>
<version>0.17.0</version>
<description>
Test nodes, publishers and subscribers with DDS-Security.
</description>
Expand Down

0 comments on commit 88be6f7

Please sign in to comment.