Skip to content

Commit dd93c16

Browse files
committed
0.14.0
1 parent 9ef0c34 commit dd93c16

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

rmw_connextdds/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_connextdds
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.14.0 (2023-04-12)
6+
-------------------
77
* Dynamic Subscription (BONUS: Allocators): rmw_connextdds (`#115 <https://github.com/ros2/rmw_connextdds/issues/115>`_)
88
* Revert "Refactor serialization support to use allocators and refs"
99
* Refactor serialization support to use allocators and refs

rmw_connextdds/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_connextdds</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>A ROS 2 RMW implementation built with RTI Connext DDS Professional.</description>
77
<maintainer email="[email protected]">Andrea Sorbini</maintainer>
88
<license>Apache License 2.0</license>

rmw_connextdds_common/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_connextdds_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.14.0 (2023-04-12)
6+
-------------------
77
* [rmw_connextdds] New RMW discovery options (`#108 <https://github.com/ros2/rmw_connextdds/issues/108>`_)
88
* Call get_type_hash_func (`#113 <https://github.com/ros2/rmw_connextdds/issues/113>`_)
99
* Type hash distribution during discovery (rep2011) (`#104 <https://github.com/ros2/rmw_connextdds/issues/104>`_)

rmw_connextdds_common/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_connextdds_common</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>Common source for RMW implementations built with RTI Connext DDS Professional and RTI Connext DDS Micro.</description>
77
<maintainer email="[email protected]">Andrea Sorbini</maintainer>
88
<license>Apache License 2.0</license>

rmw_connextddsmicro/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_connextddsmicro
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.14.0 (2023-04-12)
6+
-------------------
77
* Dynamic Subscription (BONUS: Allocators): rmw_connextdds (`#115 <https://github.com/ros2/rmw_connextdds/issues/115>`_)
88
* Add stubs for new rmw interfaces (`#111 <https://github.com/ros2/rmw_connextdds/issues/111>`_)
99
* Contributors: methylDragon

rmw_connextddsmicro/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_connextddsmicro</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>A ROS 2 RMW implementation built with RTI Connext DDS Micro.</description>
77
<maintainer email="[email protected]">Andrea Sorbini</maintainer>
88
<license>Apache License 2.0</license>

rti_connext_dds_cmake_module/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.14.0 (2023-04-12)
6+
-------------------
77

88
0.13.0 (2022-11-02)
99
-------------------

rti_connext_dds_cmake_module/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>rti_connext_dds_cmake_module</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>Helper module to provide access to RTI products like Connext DDS Professional</description>
77
<maintainer email="[email protected]">Andrea Sorbini</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)