We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb21a1 commit 743513eCopy full SHA for 743513e
2 files changed
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog for package ros2_numpy
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+2.0.8 (2022-06-12)
6
+------------------
7
+* Update for ROS2 Humble (`#5 <https://github.com/Box-Robotics/ros2_numpy/pull/5>`_)
8
+* Contributors: Sean Kelly
9
+
10
2.0.7 (2022-05-16)
11
------------------
12
* Remove unneeded array and handle bigendian (`#4 <https://github.com/Box-Robotics/ros2_numpy/pull/4>`_)
package.xml
@@ -4,7 +4,7 @@
<package format="3">
<name>ros2_numpy</name>
<!-- MAJOR is 2 for ROS2 version -->
- <version>2.0.7</version>
+ <version>2.0.8</version>
<description>A collection of conversion functions for extracting numpy arrays from messages</description>
<author email="wieser@mit.edu">Eric Wieser</author>
0 commit comments