Skip to content

Commit 192801c

Browse files
committed
2.3.3
1 parent 065a1cc commit 192801c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

5+
2.3.3 (2025-06-06)
6+
------------------
7+
* Replace deprecated MemoryResource -> ResourceSharedPtr (`#263 <https://github.com/ros-planning/geometric_shapes/issues/263>`_)
8+
* Fix dependencies (`#262 <https://github.com/ros-planning/geometric_shapes/issues/262>`_)
9+
* CI: Revert to custom cache action
10+
* Contributors: Robert Haschke, David V. Lu
11+
512
2.3.2 (2025-01-23)
613
------------------
714
* Remove unnecessary code in `aabb.cpp` (`#258 <https://github.com/moveit/geometric_shapes/issues/258>`_)

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>geometric_shapes</name>
5-
<version>2.3.2</version>
5+
<version>2.3.3</version>
66
<description>This package contains generic definitions of geometric shapes and bodies.</description>
77

88
<author email="[email protected]">Ioan Sucan</author>

0 commit comments

Comments
 (0)