Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.2.0 - DON'T MERGE, FAST-FORWARD ONLY #242

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package geometric_shapes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.0 (2024-06-07)
------------------
* Jazzy Support (`#241 <https://github.com/moveit/geometric_shapes/issues/241>`_)
* Update CI workflows to Rolling, Jazzy, Humble
* Fix octomap dependency version to 1.9.7...<1.10.0
* Fix Box::print (`#237 <https://github.com/moveit/geometric_shapes/issues/237>`_)
* CI: Fix cache key (`#236 <https://github.com/moveit/geometric_shapes/issues/236>`_)
* Switch to clang-format-14 (`#228 <https://github.com/moveit/geometric_shapes/issues/228>`_)
* Add humble testing (`#221 <https://github.com/moveit/geometric_shapes/issues/221>`_)
* Update black version (`#218 <https://github.com/moveit/geometric_shapes/issues/218>`_)
* Contributors: Henning Kayser, Matthijs van der Burgh, Stephanie Eng, Vatan Aksoy Tezer, Robert Haschke, Jafar Abdi

2.1.3 (2022-03-08)
------------------
* [jammy] Fix assimp linking and cmake error (`#215 <https://github.com/ros-planning/geometric_shapes/issues/215>`_)
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.1.3</version>
<version>2.2.0</version>
<description>This package contains generic definitions of geometric shapes and bodies.</description>

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