Skip to content

Commit 7a6519b

Browse files
committed
0.11.0
Signed-off-by: Audrow Nash <[email protected]>
1 parent 70362db commit 7a6519b

File tree

8 files changed

+24
-4
lines changed

8 files changed

+24
-4
lines changed

rmw_connextdds/CHANGELOG.rst

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

5+
0.11.0 (2022-04-08)
6+
-------------------
7+
* Exclude missing sample info fields when building rmw_connextddsmicro (`#79 <https://github.com/ros2/rmw_connextdds/issues/79>`_)
8+
* Update launch_testing_ros output filter prefixes for Connext6 (`#80 <https://github.com/ros2/rmw_connextdds/issues/80>`_)
9+
* Contributors: Andrea Sorbini, Ivan Santiago Paunovic
10+
511
0.10.0 (2022-03-28)
612
-------------------
713
* Add support for user-specified content filters (`#68 <https://github.com/ros2/rmw_connextdds/issues/68>`_)

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.10.0</version>
5+
<version>0.11.0</version>
66
<description>A ROS2 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rmw_connextdds_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.11.0 (2022-04-08)
6+
-------------------
7+
* Exclude missing sample info fields when building rmw_connextddsmicro (`#79 <https://github.com/ros2/rmw_connextdds/issues/79>`_)
8+
* Properly initialize CDR stream before using it for filtering (`#81 <https://github.com/ros2/rmw_connextdds/issues/81>`_)
9+
* Contributors: Andrea Sorbini
10+
511
0.10.0 (2022-03-28)
612
-------------------
713
* Add support for user-specified content filters (`#68 <https://github.com/ros2/rmw_connextdds/issues/68>`_)

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.10.0</version>
5+
<version>0.11.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rmw_connextddsmicro
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.11.0 (2022-04-08)
6+
-------------------
7+
* Exclude missing sample info fields when building rmw_connextddsmicro (`#79 <https://github.com/ros2/rmw_connextdds/issues/79>`_)
8+
* Contributors: Andrea Sorbini
9+
510
0.10.0 (2022-03-28)
611
-------------------
712
* Add support for user-specified content filters (`#68 <https://github.com/ros2/rmw_connextdds/issues/68>`_)

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.10.0</version>
5+
<version>0.11.0</version>
66
<description>A ROS2 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rti_connext_dds_cmake_module
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.11.0 (2022-04-08)
6+
-------------------
7+
58
0.10.0 (2022-03-28)
69
-------------------
710

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.10.0</version>
5+
<version>0.11.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)