Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
  • Loading branch information
sloretz authored and jaisontj committed Nov 19, 2019
1 parent 50389a9 commit a89e0a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions rclpy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rclpy
^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.8.3 (2019-11-18)
------------------
* Future invokes done callbacks when done (`#461 <https://github.com/ros2/rclpy/issues/461>`_)
* Make short key of a QoS policy accessible (`#463 <https://github.com/ros2/rclpy/issues/463>`_)
* Fix new linter warnings as of flake8-comprehensions 3.1.0 (`#462 <https://github.com/ros2/rclpy/issues/462>`_)
* Contributors: Dirk Thomas, Shane Loretz

0.8.2 (2019-11-13)
------------------
* Explicitly destroy a node's objects before the node. (`#456 <https://github.com/ros2/rclpy/issues/456>`_)
Expand Down
2 changes: 1 addition & 1 deletion rclpy/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>rclpy</name>
<version>0.8.2</version>
<version>0.8.3</version>
<description>Package containing the Python client.</description>

<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
Expand Down

0 comments on commit a89e0a9

Please sign in to comment.