Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
  • Loading branch information
sloretz committed Oct 24, 2019
1 parent 724325e commit 813b94d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
9 changes: 9 additions & 0 deletions rmw/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package rmw
^^^^^^^^^^^^^^^^^^^^^^^^^

0.8.1 (2019-10-23)
------------------
* Use return_loaned_message_from (`#192 <https://github.com/ros2/rmw/issues/192>`_)
* Add function to enable localhost communication only from env var (`#190 <https://github.com/ros2/rmw/issues/190>`_)
* Zero copy api (`#185 <https://github.com/ros2/rmw/issues/185>`_)
* Add call to bump dev version to the upcoming version 0.8.1 (`#191 <https://github.com/ros2/rmw/issues/191>`_)
* Add pub/sub option structures to support rmw specific payload feature (`#187 <https://github.com/ros2/rmw/issues/187>`_)
* Contributors: Brian Marchi, Dirk Thomas, Karsten Knese, William Woodall

0.8.0 (2019-09-24)
------------------
* Added specific return type for non existent node (`#182 <https://github.com/ros2/rmw/issues/182>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmw/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rmw</name>
<version>0.8.0</version>
<version>0.8.1</version>
<description>Contains the ROS middleware API.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rmw_implementation_cmake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
Changelog for package rmw_implementation_cmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.8.1 (2019-10-23)
------------------

0.8.0 (2019-09-24)
------------------
2 changes: 1 addition & 1 deletion rmw_implementation_cmake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rmw_implementation_cmake</name>
<version>0.8.0</version>
<version>0.8.1</version>
<description>
CMake functions which can discover and enumerate available implementations.
</description>
Expand Down

0 comments on commit 813b94d

Please sign in to comment.