Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Dec 6, 2024
1 parent 60405a3 commit 8bf3272
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package geometric_shapes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.1 (2024-12-06)
------------------
* Fix dependency handling (`#256 <https://github.com/ros-planning/geometric_shapes/issues/256>`_)
Declare fcl, qhull, and assimp as non-transitive, build-only dependencies. They are not exposed in headers.
* Contributors: Martin Pecka

2.3.0 (2024-11-29)
------------------
* Install headers into subdirectory (`#253 <https://github.com/moveit/geometric_shapes/issues/253>`_)
Expand Down Expand Up @@ -64,7 +70,7 @@ Changelog for package geometric_shapes
* Contributors: Tyler Weaver

2.0.0 (2020-11-20)
-----------
------------------
* [maint] Travis: Disable warnings as gcc warns about redundant declarations in qhull includes
* [maint] Inherit package VERSION (for library soname) from package.xml
* [maint] Trim boost dependencies `#156 <https://github.com/ros-planning/geometric_shapes/issues/156>`_
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>geometric_shapes</name>
<version>2.3.0</version>
<version>2.3.1</version>
<description>This package contains generic definitions of geometric shapes and bodies.</description>

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

0 comments on commit 8bf3272

Please sign in to comment.