Skip to content

Commit

Permalink
Prepare for 4.1.0 Release (#458)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Nov 8, 2024
1 parent 0e018b0 commit eb1c510
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Gazebo CMake 4.x

### Gazebo CMake 4.1.0 (2024-11-01)

1. Update add-to-project version in triage.yml
* [Pull request #448](https://github.com/gazebosim/gz-cmake/pull/448)
* [Pull request #459](https://github.com/gazebosim/gz-cmake/pull/459)

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
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-cmake4</name>
<version>4.0.0</version>
<version>4.1.0</version>
<description>Gazebo CMake : CMake Modules for Gazebo Projects</description>

<maintainer email="[email protected]">Steve Peters</maintainer>
Expand Down

0 comments on commit eb1c510

Please sign in to comment.