Skip to content

Commit 8afef51

Browse files
committed
15.0.0
1 parent 3123f5a commit 8afef51

File tree

8 files changed

+29
-4
lines changed

8 files changed

+29
-4
lines changed

rclcpp/CHANGELOG.rst

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

5+
15.0.0 (2022-01-14)
6+
-------------------
7+
* Cleanup the TypeAdapt tests (`#1858 <https://github.com/ros2/rclcpp/issues/1858>`_)
8+
* Cleanup includes (`#1857 <https://github.com/ros2/rclcpp/issues/1857>`_)
9+
* Fix include order and relative paths for cpplint (`#1859 <https://github.com/ros2/rclcpp/issues/1859>`_)
10+
* Rename stringstream in macros to a more unique name (`#1862 <https://github.com/ros2/rclcpp/issues/1862>`_)
11+
* Add non transform capabilities for intra-process (`#1849 <https://github.com/ros2/rclcpp/issues/1849>`_)
12+
* Fix rclcpp documentation build (`#1779 <https://github.com/ros2/rclcpp/issues/1779>`_)
13+
* Contributors: Chris Lalancette, Doug Smith, Gonzo, Jacob Perron, Michel Hidalgo
14+
515
14.1.0 (2022-01-05)
616
-------------------
717
* Use UninitializedStaticallyTypedParameterException (`#1689 <https://github.com/ros2/rclcpp/issues/1689>`_)

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>14.1.0</version>
5+
<version>15.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]">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+
15.0.0 (2022-01-14)
7+
-------------------
8+
* Fix include order and relative paths for cpplint (`#1859 <https://github.com/ros2/rclcpp/issues/1859>`_)
9+
* Contributors: Jacob Perron
10+
611
14.1.0 (2022-01-05)
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>14.1.0</version>
5+
<version>15.0.0</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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rclcpp_components
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
15.0.0 (2022-01-14)
6+
-------------------
7+
* Add rclcpp_components::component (`#1855 <https://github.com/ros2/rclcpp/issues/1855>`_)
8+
* Contributors: Shane Loretz
9+
510
14.1.0 (2022-01-05)
611
-------------------
712

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>14.1.0</version>
5+
<version>15.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]">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+
15.0.0 (2022-01-14)
7+
-------------------
8+
* Automatically transition lifecycle entities when node transitions (`#1863 <https://github.com/ros2/rclcpp/issues/1863>`_)
9+
* Contributors: Ivan Santiago Paunovic
10+
611
14.1.0 (2022-01-05)
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>14.1.0</version>
5+
<version>15.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]">Jacob Perron</maintainer>

0 commit comments

Comments
 (0)