Skip to content

Commit

Permalink
Prepare for 3.2.0 release (#352)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored May 19, 2023
1 parent 7cf6977 commit 4c6a2e8
Show file tree
Hide file tree
Showing 2 changed files with 15 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-cmake3 VERSION 3.1.0)
project(gz-cmake3 VERSION 3.2.0)

#--------------------------------------
# Initialize the GZ_CMAKE_DIR variable with the location of the cmake
Expand Down
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Gazebo CMake 3.x

### Gazebo CMake 3.2.0 (2023-05-19)

1. Add support for adding cmake extras to packages
* [Pull request #345](https://github.com/gazebosim/gz-cmake/pull/345)

1. Build examples using native CMake
* [Pull request #301](https://github.com/gazebosim/gz-cmake/pull/301)

1. Split gzutils into functional pieces
* [Pull request #344](https://github.com/gazebosim/gz-cmake/pull/344)

1. Enable ign_ warnings to push the transition to gz_
* [Pull request #346](https://github.com/gazebosim/gz-cmake/pull/346)

### Gazebo CMake 3.1.0 (2023-04-21)

1. Add optional binary relocatability in downstream libraries
Expand Down

0 comments on commit 4c6a2e8

Please sign in to comment.