Skip to content

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobperron committed Dec 8, 2020
1 parent 1865866 commit eb8d406
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions rosidl_generator_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rosidl_generator_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.4 (2020-12-08)
------------------
* Update maintainers (`#119 <https://github.com/ros2/rosidl_python/issues/119>`_)
* Fix too early decref of WString when converting from Python to C (`#117 <https://github.com/ros2/rosidl_python/issues/117>`_)
* Add pytest.ini so tests succeed locally. (`#116 <https://github.com/ros2/rosidl_python/issues/116>`_)
* Contributors: Chris Lalancette, Claire Wang, Dirk Thomas

0.9.3 (2020-05-19)
------------------
* Add test_depend on rpyutils (`#115 <https://github.com/ros2/rosidl_python/issues/115>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosidl_generator_py/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosidl_generator_py</name>
<version>0.9.3</version>
<version>0.9.4</version>
<description>Generate the ROS interfaces in Python.</description>
<maintainer email="sloretz@openrobotics.org">Shane Loretz</maintainer>
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
Expand Down

0 comments on commit eb8d406

Please sign in to comment.