Skip to content

Commit

Permalink
Prepare for 5.6.0 (#598)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Apr 23, 2024
1 parent 1e5820a commit 84df370
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-common5 VERSION 5.5.1)
project(gz-common5 VERSION 5.6.0)
set(GZ_COMMON_VER ${PROJECT_VERSION_MAJOR})

#============================================================================
Expand Down
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## Gazebo Common 5.x

## Gazebo Common 5.6.0 (2024-04-23)

1. Clarify units for the DEM classes
* [Pull request #595](https://github.com/gazebosim/gz-common/pull/595)

1. Remove pessimizing move
* [Pull request #593](https://github.com/gazebosim/gz-common/pull/593)

1. Fix bazel build
* [Pull request #592](https://github.com/gazebosim/gz-common/pull/592)

1. Add new function in MeshManager to merge all submeshes of a mesh into one
* [Pull request #588](https://github.com/gazebosim/gz-common/pull/588)

1. Adds new function in MeshManager for performing convex decomposition
* [Pull request #585](https://github.com/gazebosim/gz-common/pull/585)

## Gazebo Common 5.5.1 (2024-03-14)

1. Various Bazel adjustments for linting
Expand Down

0 comments on commit 84df370

Please sign in to comment.