File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
33#============================================================================
44# Initialize the project
55#============================================================================
6- project (gz-cmake4 VERSION 4.1.1 )
6+ project (gz-cmake4 VERSION 4.2.0 )
77
88#--------------------------------------
99# Initialize the GZ_CMAKE_DIR variable with the location of the cmake
Original file line number Diff line number Diff line change 11## Gazebo CMake 4.x
22
3+ ### Gazebo CMake 4.2.0 (2025-04-25)
4+
5+ 1 . ** Baseline:** this includes all changes from 4.1.1 and earlier.
6+
7+ 1 . Doxygen: use ` MARKDOWN_ID_STYLE ` = GITHUB
8+ * [ Pull request #491 ] ( https://github.com/gazebosim/gz-cmake/pull/491 )
9+
10+ 1 . Avoid warnings on unused ` CMAKE_BUILD_TYPE ` on Windows
11+ * [ Pull request #487 ] ( https://github.com/gazebosim/gz-cmake/pull/487 )
12+
13+ 1 . Integrate Ogre-Next 3.x.x built from source
14+ * [ Pull request #468 ] ( https://github.com/gazebosim/gz-cmake/pull/468 )
15+
16+ 1 . Reduce example names to be able to run Conda CI on Windows (gz-cmake4)
17+ * [ Pull request #476 ] ( https://github.com/gazebosim/gz-cmake/pull/476 )
18+ * [ Pull request #478 ] ( https://github.com/gazebosim/gz-cmake/pull/478 )
19+
320### Gazebo CMake 4.1.1 (2025-02-24)
421
5221 . Normalize header install path
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 2" >
44 <name >gz-cmake4</name >
5- <version >4.1.1 </version >
5+ <version >4.2.0 </version >
66 <description >Gazebo CMake : CMake Modules for Gazebo Projects</description >
77
88 <
maintainer email =
" [email protected] " >Steve Peters</
maintainer >
You can’t perform that action at this time.
0 commit comments