From 8d5650faa4d2f3c35b4d2589f49fc00a5aa7e916 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 1 Nov 2024 11:49:41 -0700 Subject: [PATCH] Prepare for 4.1.0 release Signed-off-by: Steve Peters --- 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 fc0e27ba..cdbcd553 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-cmake4 VERSION 4.0.0) +project(gz-cmake4 VERSION 4.1.0) #-------------------------------------- # Initialize the GZ_CMAKE_DIR variable with the location of the cmake diff --git a/Changelog.md b/Changelog.md index edba78a6..e95325d9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ ## Gazebo CMake 4.x +### Gazebo CMake 4.1.0 (2024-11-01) + +1. Update lib into triage.yml + * [Pull request #448](https://github.com/gazebosim/gz-cmake/pull/448) + +1. Helper to get version number from package.xml + * [Pull request #456](https://github.com/gazebosim/gz-cmake/pull/456) + ### Gazebo CMake 4.0.0 (2024-09-25) 1. Miscellaneous documentation fixes diff --git a/package.xml b/package.xml index e7018a76..6dacb6af 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ gz-cmake4 - 4.0.0 + 4.1.0 Gazebo CMake : CMake Modules for Gazebo Projects Steve Peters