From 538d6a0e50b3e25b754f7d8c5870cf787aa709dc Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 30 Jan 2025 17:33:17 -0600 Subject: [PATCH] Prepare for 3.5.4 Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 8 ++++++++ package.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cc411ae..9d592860 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.3) +project(gz-cmake3 VERSION 3.5.4) #-------------------------------------- # Initialize the GZ_CMAKE_DIR variable with the location of the cmake diff --git a/Changelog.md b/Changelog.md index 94e4bab5..769772ca 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ ## Gazebo CMake 3.x +### Gazebo CMake 3.5.4 (2025-01-30) + +1. Accept arbitrary capitalization for coverage build type + * [Pull request #435](https://github.com/gazebosim/gz-cmake/pull/435) + +1. Fix link for Sanitizer Builds tutorial + * [Pull request #433](https://github.com/gazebosim/gz-cmake/pull/433) + ### Gazebo CMake 3.5.3 (2024-05-02) 1. Fix installation of Ign*.cmake modules on newer versions of CMake diff --git a/package.xml b/package.xml index f75dbdbf..af8cbc18 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ gz-cmake3 - 3.5.3 + 3.5.4 Gazebo CMake : CMake Modules for Gazebo Projects Steve Peters