Skip to content

Commit 70d1325

Browse files
committed
2.1.0
1 parent 0784a57 commit 70d1325

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

rcl/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.1.0 (2020-07-22)
6+
------------------
77
* Add test for subscription message lost event (`#705 <https://github.com/ros2/rcl/issues/705>`_)
88
* Add function rcl_event_is_valid (`#720 <https://github.com/ros2/rcl/issues/720>`_)
99
* Move actual domain id from node to context (`#718 <https://github.com/ros2/rcl/issues/718>`_)

rcl/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rcl</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>The ROS client library common implementation.
77
This package contains an API which builds on the ROS middleware API and is optionally built upon by the other ROS client libraries.
88
</description>

rcl_action/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.1.0 (2020-07-22)
6+
------------------
77
* Removed doxygen warnings (`#712 <https://github.com/ros2/rcl/issues/712>`_)
88
* Address issue 716 by zero initializing pointers and freeing memory (`#717 <https://github.com/ros2/rcl/issues/717>`_)
99
* Contributors: Alejandro Hernández Cordero, brawner

rcl_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>rcl_action</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>Package containing a C-based ROS action implementation</description>
77
<maintainer email="[email protected]">Jacob Perron</maintainer>
88
<license>Apache License 2.0</license>

rcl_lifecycle/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.1.0 (2020-07-22)
6+
------------------
77
* Topic fix rcl lifecycle test issue (`#715 <https://github.com/ros2/rcl/issues/715>`_)
88
* Removed doxygen warnings (`#712 <https://github.com/ros2/rcl/issues/712>`_)
99
* Contributors: Alejandro Hernández Cordero, Barry Xu

rcl_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>rcl_lifecycle</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>Package containing a C-based lifecycle implementation</description>
77
<maintainer email="[email protected]">Karsten Knese</maintainer>
88
<license>Apache License 2.0</license>

rcl_yaml_param_parser/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.1.0 (2020-07-22)
6+
------------------
77
* Removed doxygen warnings (`#712 <https://github.com/ros2/rcl/issues/712>`_)
88
* Contributors: Alejandro Hernández Cordero
99

rcl_yaml_param_parser/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>rcl_yaml_param_parser</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>Parse a YAML parameter file and populate the C data structure.</description>
77
<maintainer email="[email protected]">Anup Pemmaiah</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)