Skip to content

Commit

Permalink
Prepare for release 2.17.2 (#430)
Browse files Browse the repository at this point in the history
* Bump version to 2.17.2

Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org

---------

Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
Co-authored-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
j-rivero and iche033 authored May 8, 2024
1 parent 2931ba3 commit 5441bc7
Show file tree
Hide file tree
Showing 2 changed files with 12 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(ignition-cmake2 VERSION 2.17.1)
project(ignition-cmake2 VERSION 2.17.2)

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

### Gazebo CMake 2.17.2 (2024-05-07)

1. Backport #402: Replace `exec_program` with `execute_process`
* [Pull request #402](https://github.com/gazebosim/gz-cmake/pull/402)

1. Remove @mxgrey as codeowner and assign maintainership to @scpeters
* [Pull request #414](https://github.com/gazebosim/gz-cmake/pull/414)

1. Update github action workflows
* [Pull request #395](https://github.com/gazebosim/gz-cmake/pull/395)

### Gazebo CMake 2.17.1 (2023-08-31)

1. FindIgnOgre*: fix LIBRARY_DIRS and PLUGINDIR resolution when using pkgconfig
Expand Down

0 comments on commit 5441bc7

Please sign in to comment.