Skip to content

Commit 0251f70

Browse files
committed
11.0.0
1 parent 07b6ea0 commit 0251f70

File tree

8 files changed

+24
-4
lines changed

8 files changed

+24
-4
lines changed

rclcpp/CHANGELOG.rst

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

5+
11.0.0 (2021-05-18)
6+
-------------------
7+
* Allow declare uninitialized parameters (`#1673 <https://github.com/ros2/rclcpp/issues/1673>`_)
8+
* Fix syntax issue with gcc (`#1674 <https://github.com/ros2/rclcpp/issues/1674>`_)
9+
* [service] Don't use a weak_ptr to avoid leaking (`#1668 <https://github.com/ros2/rclcpp/issues/1668>`_)
10+
* Contributors: Ivan Santiago Paunovic, Jacob Perron, William Woodall
11+
512
10.0.0 (2021-05-11)
613
-------------------
714
* Fix doc typo (`#1663 <https://github.com/ros2/rclcpp/issues/1663>`_)

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>10.0.0</version>
5+
<version>11.0.0</version>
66
<description>The ROS client library in C++.</description>
77
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
88
<maintainer email="[email protected]">Mabel Zhang</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+
11.0.0 (2021-05-18)
7+
-------------------
8+
* Bump the benchmark timeout for benchmark_action_client (`#1671 <https://github.com/ros2/rclcpp/issues/1671>`_)
9+
* Contributors: Scott K Logan
10+
611
10.0.0 (2021-05-11)
712
-------------------
813
* Returns CancelResponse::REJECT while goal handle failed to transit to CANCELING state (`#1641 <https://github.com/ros2/rclcpp/issues/1641>`_)

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>10.0.0</version>
5+
<version>11.0.0</version>
66
<description>Adds action APIs for C++.</description>
77
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
88
<maintainer email="[email protected]">Mabel Zhang</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+
11.0.0 (2021-05-18)
6+
-------------------
7+
58
10.0.0 (2021-05-11)
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>10.0.0</version>
5+
<version>11.0.0</version>
66
<description>Package containing tools for dynamically loadable components</description>
77
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
88
<maintainer email="[email protected]">Mabel Zhang</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+
11.0.0 (2021-05-18)
7+
-------------------
8+
* Fix destruction order in lifecycle benchmark (`#1675 <https://github.com/ros2/rclcpp/issues/1675>`_)
9+
* Contributors: Scott K Logan
10+
611
10.0.0 (2021-05-11)
712
-------------------
813
* [rclcpp] Type Adaptation feature (`#1557 <https://github.com/ros2/rclcpp/issues/1557>`_)

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>10.0.0</version>
5+
<version>11.0.0</version>
66
<description>Package containing a prototype for lifecycle implementation</description>
77
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
88
<maintainer email="[email protected]">Mabel Zhang</maintainer>

0 commit comments

Comments
 (0)