Skip to content

Commit ae8b033

Browse files
committed
16.0.2
Signed-off-by: Audrow Nash <audrow@openrobotics.org>
1 parent 4fa3489 commit ae8b033

8 files changed

Lines changed: 21 additions & 4 deletions

File tree

rclcpp/CHANGELOG.rst

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

5+
16.0.2 (2022-11-07)
6+
-------------------
7+
* fix mismatched issue if using zero_allocate (`#1995 <https://github.com/ros2/rclcpp/issues/1995>`_) (`#2026 <https://github.com/ros2/rclcpp/issues/2026>`_)
8+
* use regex for wildcard matching (backport `#1839 <https://github.com/ros2/rclcpp/issues/1839>`_) (`#1986 <https://github.com/ros2/rclcpp/issues/1986>`_)
9+
* Drop wrong template specialization (`#1926 <https://github.com/ros2/rclcpp/issues/1926>`_) (`#1937 <https://github.com/ros2/rclcpp/issues/1937>`_)
10+
* Add statistics for handle_loaned_message (`#1927 <https://github.com/ros2/rclcpp/issues/1927>`_) (`#1932 <https://github.com/ros2/rclcpp/issues/1932>`_)
11+
* Contributors: mergify[bot]
12+
513
16.0.1 (2022-04-13)
614
-------------------
715
* remove DEFINE_CONTENT_FILTER cmake option (`#1914 <https://github.com/ros2/rclcpp/issues/1914>`_)

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.1</version>
5+
<version>16.0.2</version>
66
<description>The ROS client library in C++.</description>
77
<maintainer email="ivanpauno@ekumenlabs.com">Ivan Paunovic</maintainer>
88
<maintainer email="jacob@openrobotics.org">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.2 (2022-11-07)
7+
-------------------
8+
69
16.0.1 (2022-04-13)
710
-------------------
811

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.1</version>
5+
<version>16.0.2</version>
66
<description>Adds action APIs for C++.</description>
77
<maintainer email="ivanpauno@ekumenlabs.com">Ivan Paunovic</maintainer>
88
<maintainer email="jacob@openrobotics.org">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.2 (2022-11-07)
6+
-------------------
7+
58
16.0.1 (2022-04-13)
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.1</version>
5+
<version>16.0.2</version>
66
<description>Package containing tools for dynamically loadable components</description>
77
<maintainer email="ivanpauno@ekumenlabs.com">Ivan Paunovic</maintainer>
88
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>

rclcpp_lifecycle/CHANGELOG.rst

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

55

6+
16.0.2 (2022-11-07)
7+
-------------------
8+
69
16.0.1 (2022-04-13)
710
-------------------
811

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.1</version>
5+
<version>16.0.2</version>
66
<description>Package containing a prototype for lifecycle implementation</description>
77
<maintainer email="ivanpauno@ekumenlabs.com">Ivan Paunovic</maintainer>
88
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>

0 commit comments

Comments
 (0)