Skip to content

Commit 32924f3

Browse files
committed
Updated meta-info for patch release
1 parent 78f1ebf commit 32924f3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

5+
2.0.7 (2022-05-16)
6+
------------------
7+
* Remove unneeded array and handle bigendian (`#4 <https://github.com/Box-Robotics/ros2_numpy/pull/4>`_)
8+
* Contributors: Florian Vahl
9+
510
2.0.6 (2022-04-15)
611
------------------
712
* Improve speed of msgify(point_cloud_2_np) by 115x (`#3 <https://github.com/Box-Robotics/ros2_numpy/pull/3>`_)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package format="3">
55
<name>ros2_numpy</name>
66
<!-- MAJOR is 2 for ROS2 version -->
7-
<version>2.0.6</version>
7+
<version>2.0.7</version>
88
<description>A collection of conversion functions for extracting numpy arrays from messages</description>
99

1010
<author email="[email protected]">Eric Wieser</author>

0 commit comments

Comments
 (0)