From ddd38ff196640024d6e054ff59cf5fea1ef01d73 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 2 May 2024 20:39:32 -0500 Subject: [PATCH] Prepare for 3.5.3 Release (#426) Signed-off-by: Addisu Z. Taddese Signed-off-by: Steve Peters Co-authored-by: Steve Peters --- CMakeLists.txt | 2 +- Changelog.md | 11 +++++++++++ package.xml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0608d793..6cc411ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-cmake3 VERSION 3.5.2) +project(gz-cmake3 VERSION 3.5.3) #-------------------------------------- # Initialize the GZ_CMAKE_DIR variable with the location of the cmake diff --git a/Changelog.md b/Changelog.md index 115da41d..94e4bab5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,16 @@ ## Gazebo CMake 3.x +### Gazebo CMake 3.5.3 (2024-05-02) + +1. Fix installation of Ign*.cmake modules on newer versions of CMake + * [Pull request #425](https://github.com/gazebosim/gz-cmake/pull/425) + +1. Add package.xml + * [Pull request #413](https://github.com/gazebosim/gz-cmake/pull/413) + +1. Remove example_INSTALL_DIR from PREFIX_PATH on examples + * [Pull request #421](https://github.com/gazebosim/gz-cmake/pull/421) + ### Gazebo CMake 3.5.2 (2024-04-05) 1. Use relative install paths for extra cmake files diff --git a/package.xml b/package.xml index 51652ce3..f75dbdbf 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ gz-cmake3 - 3.5.2 + 3.5.3 Gazebo CMake : CMake Modules for Gazebo Projects Steve Peters