Skip to content

Commit 307d947

Browse files
committed
2.1.0
1 parent 54d5ccc commit 307d947

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

rmw/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rmw
33
^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.1.0 (2020-07-22)
6+
------------------
77
* Add actual domain id to rmw_context_t (`#251 <https://github.com/ros2/rmw/issues/251>`_)
88
* Update node creation/destruction API documentation. (`#249 <https://github.com/ros2/rmw/issues/249>`_)
99
* Correct parameter names to match documentation (`#250 <https://github.com/ros2/rmw/issues/250>`_)

rmw/package.xml

+1-1
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>rmw</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>Contains the ROS middleware API.</description>
77
<maintainer email="[email protected]">Dirk Thomas</maintainer>
88
<maintainer email="[email protected]">William Woodall</maintainer>

rmw_implementation_cmake/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rmw_implementation_cmake
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.1.0 (2020-07-22)
6+
------------------
77

88
2.0.0 (2020-07-08)
99
------------------

rmw_implementation_cmake/package.xml

+1-1
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>rmw_implementation_cmake</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>
77
CMake functions which can discover and enumerate available implementations.
88
</description>

0 commit comments

Comments
 (0)