Skip to content

Commit 087240d

Browse files
committed
1.2.2
1 parent 1fc6565 commit 087240d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

rmw_fastrtps_cpp/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
1.2.2 (2020-10-15)
6+
------------------
77
* Fixed test
88
* Set context actual domain id (`#410 <https://github.com/ros2/rmw_fastrtps/issues/410>`_)
99
* Fixed rmw_create_node

rmw_fastrtps_cpp/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>rmw_fastrtps_cpp</name>
5-
<version>1.2.1</version>
5+
<version>1.2.2</version>
66
<description>Implement the ROS middleware interface using eProsima FastRTPS static code generation in C++.</description>
77
<maintainer email="[email protected]">Dirk Thomas</maintainer>
88
<license>Apache License 2.0</license>

rmw_fastrtps_dynamic_cpp/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
1.2.2 (2020-10-15)
6+
------------------
77
* Fixed test
88
* Set context actual domain id (`#410 <https://github.com/ros2/rmw_fastrtps/issues/410>`_)
99
* Fixed rmw_create_node

rmw_fastrtps_dynamic_cpp/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>rmw_fastrtps_dynamic_cpp</name>
5-
<version>1.2.1</version>
5+
<version>1.2.2</version>
66
<description>Implement the ROS middleware interface using introspection type support.</description>
77
<maintainer email="[email protected]">Dirk Thomas</maintainer>
88
<license>Apache License 2.0</license>

rmw_fastrtps_shared_cpp/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
1.2.2 (2020-10-15)
6+
------------------
77
* Set context actual domain id (`#410 <https://github.com/ros2/rmw_fastrtps/issues/410>`_)
88
* Improve __rmw_create_wait_set() implementation. (`#427 <https://github.com/ros2/rmw_fastrtps/issues/427>`_)
99
Handle errors consistently.

rmw_fastrtps_shared_cpp/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>rmw_fastrtps_shared_cpp</name>
5-
<version>1.2.1</version>
5+
<version>1.2.2</version>
66
<description>Code shared on static and dynamic type support of rmw_fastrtps_cpp.</description>
77
<maintainer email="[email protected]">Dirk Thomas</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)