Skip to content

Commit 4ac9bac

Browse files
committed
0.24.1
1 parent 8aefd48 commit 4ac9bac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rosidl_generator_py/CHANGELOG.rst

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

5+
0.24.1 (2025-04-18)
6+
-------------------
7+
* Fix `__eq__` for Array fields (`#224 <https://github.com/ros2/rosidl_python/issues/224>`_)
8+
* Remove use of ament_target_dependencies (`#222 <https://github.com/ros2/rosidl_python/issues/222>`_)
9+
* Contributors: Michael Carlstrom, Shane Loretz
10+
511
0.24.0 (2024-11-20)
612
-------------------
713
* Revamp how we check for the correct class. (`#218 <https://github.com/ros2/rosidl_python/issues/218>`_)

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.24.0</version>
5+
<version>0.24.1</version>
66
<description>Generate the ROS interfaces in Python.</description>
77

88
<maintainer email="dharini@openrobotics.org">Dharini Dutia</maintainer>

0 commit comments

Comments
 (0)