Skip to content

Commit e97d4e8

Browse files
committed
16.0.10
Signed-off-by: Audrow Nash <[email protected]>
1 parent 6737773 commit e97d4e8

File tree

8 files changed

+22
-10
lines changed

8 files changed

+22
-10
lines changed

rclcpp/CHANGELOG.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
Changelog for package rclcpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
16.0.10 (2024-07-26)
6+
--------------------
7+
* Add test creating two content filter topics with the same topic name (`#2546 <https://github.com/ros2/rclcpp/issues/2546>`_) (`#2549 <https://github.com/ros2/rclcpp/issues/2549>`_) (`#2551 <https://github.com/ros2/rclcpp/issues/2551>`_)
8+
* Contributors: mergify[bot]
9+
510
16.0.9 (2024-05-15)
611
-------------------
712
* Fix logging macros to build with msvc and cpp20 (`#2063 <https://github.com/ros2/rclcpp/issues/2063>`_) (`#2529 <https://github.com/ros2/rclcpp/issues/2529>`_)
8-
(cherry picked from commit 86335dd4acd91d5dd973c4e4e97014e5e8a916bc)
9-
Co-authored-by: Mateusz Szczygielski <[email protected]>
1013
* address ambiguous auto variable. (`#2481 <https://github.com/ros2/rclcpp/issues/2481>`_) (`#2485 <https://github.com/ros2/rclcpp/issues/2485>`_)
11-
(cherry picked from commit 3cdb25934ed261c78bdfbcf5ec9f06e0573be81e)
12-
Co-authored-by: Tomoya Fujita <[email protected]>
1314
* Fix clang warning: bugprone-use-after-move (`#2116 <https://github.com/ros2/rclcpp/issues/2116>`_) (`#2459 <https://github.com/ros2/rclcpp/issues/2459>`_)
14-
Co-authored-by: mauropasse <[email protected]>
15-
Co-authored-by: Mauro Passerino <[email protected]>
1615
* Contributors: Tamaki Nishino, mergify[bot]
1716

1817
16.0.8 (2024-01-24)

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>rclcpp</name>
5-
<version>16.0.9</version>
5+
<version>16.0.10</version>
66
<description>The ROS client library in C++.</description>
77
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
88
<maintainer email="[email protected]">Jacob Perron</maintainer>

rclcpp_action/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog for package rclcpp_action
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
16.0.10 (2024-07-26)
7+
--------------------
8+
69
16.0.9 (2024-05-15)
710
-------------------
811
* Do not generate the exception when action service response timeout. (`#2464 <https://github.com/ros2/rclcpp/issues/2464>`_) (`#2518 <https://github.com/ros2/rclcpp/issues/2518>`_)

rclcpp_action/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>rclcpp_action</name>
5-
<version>16.0.9</version>
5+
<version>16.0.10</version>
66
<description>Adds action APIs for C++.</description>
77
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
88
<maintainer email="[email protected]">Jacob Perron</maintainer>

rclcpp_components/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rclcpp_components
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
16.0.10 (2024-07-26)
6+
--------------------
7+
58
16.0.9 (2024-05-15)
69
-------------------
710

rclcpp_components/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>rclcpp_components</name>
5-
<version>16.0.9</version>
5+
<version>16.0.10</version>
66
<description>Package containing tools for dynamically loadable components</description>
77
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
88
<maintainer email="[email protected]">Jacob Perron</maintainer>

rclcpp_lifecycle/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Changelog for package rclcpp_lifecycle
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
16.0.10 (2024-07-26)
7+
--------------------
8+
* revert call shutdown in LifecycleNode destructor (Humble) (`#2560 <https://github.com/ros2/rclcpp/issues/2560>`_)
9+
* lifecycle node dtor shutdown should be called only in primary state. (`#2544 <https://github.com/ros2/rclcpp/issues/2544>`_)
10+
* rclcpp::shutdown should not be called before LifecycleNode dtor. (backport `#2527 <https://github.com/ros2/rclcpp/issues/2527>`_) (`#2538 <https://github.com/ros2/rclcpp/issues/2538>`_)
11+
* Contributors: Tomoya Fujita, mergify[bot]
12+
613
16.0.9 (2024-05-15)
714
-------------------
815
* call shutdown in LifecycleNode dtor to avoid leaving the device in un… (`#2450 <https://github.com/ros2/rclcpp/issues/2450>`_) (`#2491 <https://github.com/ros2/rclcpp/issues/2491>`_)

rclcpp_lifecycle/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>rclcpp_lifecycle</name>
5-
<version>16.0.9</version>
5+
<version>16.0.10</version>
66
<description>Package containing a prototype for lifecycle implementation</description>
77
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
88
<maintainer email="[email protected]">Jacob Perron</maintainer>

0 commit comments

Comments
 (0)