We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c10df commit 11a4c32Copy full SHA for 11a4c32
rosidl_generator_py/CHANGELOG.rst
@@ -2,6 +2,14 @@
2
Changelog for package rosidl_generator_py
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+0.22.0 (2024-04-16)
6
+-------------------
7
+* Revert install of .so files into python path (`#211 <https://github.com/ros2/rosidl_python/issues/211>`_)
8
+ There seems that some regression might have happened after `#195 <https://github.com/ros2/rosidl_python/issues/195>`_.
9
+ When removing those 2 lines, we avoid to install the .so files
10
+ in lib *and* python path.
11
+* Contributors: Matthias Schoepfer
12
+
13
0.21.2 (2024-03-27)
14
-------------------
15
* Prototype code for seeing if FindPython3 is usable for rosidl_python (`#140 <https://github.com/ros2/rosidl_python/issues/140>`_)
0 commit comments