Skip to content

Commit

Permalink
0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Oct 4, 2023
1 parent 7baa30d commit 76808dc
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.19.0 (2023-10-04)
-------------------

0.18.0 (2023-09-07)
-------------------
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.18.0</version>
<version>0.19.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.19.0 (2023-10-04)
-------------------

0.18.0 (2023-09-07)
-------------------
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.18.0</version>
<version>0.19.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.19.0 (2023-10-04)
-------------------
* Add integration test for nested messages. (`#530 <https://github.com/ros2/system_tests/issues/530>`_)
* Contributors: Chris Lalancette

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.18.0</version>
<version>0.19.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.19.0 (2023-10-04)
-------------------

0.18.0 (2023-09-07)
-------------------
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.18.0</version>
<version>0.19.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.19.0 (2023-10-04)
-------------------
* refactor corrected depth check for prefix in parameter_fixtures.hpp (`#529 <https://github.com/ros2/system_tests/issues/529>`_)
* Remove an unnecessary capture in test_rclcpp. (`#527 <https://github.com/ros2/system_tests/issues/527>`_)
* Contributors: Chris Lalancette, Minju, Lee
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.18.0</version>
<version>0.19.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.19.0 (2023-10-04)
-------------------

0.18.0 (2023-09-07)
-------------------
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.18.0</version>
<version>0.19.0</version>
<description>
Test nodes, publishers and subscribers with DDS-Security.
</description>
Expand Down

0 comments on commit 76808dc

Please sign in to comment.