Skip to content

Commit 844ab6b

Browse files
committed
16.0.9
Signed-off-by: Audrow Nash <[email protected]>
1 parent ecf4ac4 commit 844ab6b

File tree

8 files changed

+30
-4
lines changed

8 files changed

+30
-4
lines changed

rclcpp/CHANGELOG.rst

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

5+
16.0.9 (2024-05-15)
6+
-------------------
7+
* 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]>
10+
* 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]>
13+
* 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]>
16+
* Contributors: Tamaki Nishino, mergify[bot]
17+
518
16.0.8 (2024-01-24)
619
-------------------
720
* Add missing stdexcept include (`#2186 <https://github.com/ros2/rclcpp/issues/2186>`_) (`#2394 <https://github.com/ros2/rclcpp/issues/2394>`_)

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.8</version>
5+
<version>16.0.9</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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog for package rclcpp_action
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
16.0.9 (2024-05-15)
7+
-------------------
8+
* 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>`_)
9+
* Contributors: mergify[bot]
10+
611
16.0.8 (2024-01-24)
712
-------------------
813

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.8</version>
5+
<version>16.0.9</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.9 (2024-05-15)
6+
-------------------
7+
58
16.0.8 (2024-01-24)
69
-------------------
710
* Add missing header required by the rclcpp::NodeOptions type (`#2324 <https://github.com/ros2/rclcpp/issues/2324>`_) (`#2407 <https://github.com/ros2/rclcpp/issues/2407>`_)

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.8</version>
5+
<version>16.0.9</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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog for package rclcpp_lifecycle
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
16.0.9 (2024-05-15)
7+
-------------------
8+
* 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>`_)
9+
* Contributors: mergify[bot]
10+
611
16.0.8 (2024-01-24)
712
-------------------
813

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.8</version>
5+
<version>16.0.9</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)