Skip to content

Commit 6e09fcf

Browse files
committed
0.14.1
1 parent 0f43ffc commit 6e09fcf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

rosidl_generator_py/CHANGELOG.rst

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

5+
0.14.1 (2022-01-13)
6+
-------------------
7+
* Fix rosidl_generator_py assuming incorect library names (`#149 <https://github.com/ros2/rosidl_python/issues/149>`_)
8+
* Fix for msg file containing a property field that is not at the end (`#151 <https://github.com/ros2/rosidl_python/issues/151>`_)
9+
* Update package maintainers (`#147 <https://github.com/ros2/rosidl_python/issues/147>`_)
10+
* Contributors: Chen Lihui, Michel Hidalgo, Shane Loretz
11+
512
0.14.0 (2021-08-11)
613
-------------------
714
* Use rosidl_get_typesupport_target() (`#139 <https://github.com/ros2/rosidl_python/issues/139>`_)

rosidl_generator_py/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>rosidl_generator_py</name>
5-
<version>0.14.0</version>
5+
<version>0.14.1</version>
66
<description>Generate the ROS interfaces in Python.</description>
77
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
88
<maintainer email="sloretz@openrobotics.org">Shane Loretz</maintainer>

0 commit comments

Comments
 (0)