Skip to content

Commit fa72269

Browse files
committed
Prepare for 4.2.0 release
Signed-off-by: Steve Peters <[email protected]>
1 parent ef0baaf commit fa72269

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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

522
1. Normalize header install path

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

0 commit comments

Comments
 (0)