Skip to content

Commit

Permalink
Prepare for 3.3.1 (#375)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey authored Aug 3, 2023
1 parent fdcd50e commit 87c2a54
Show file tree
Hide file tree
Showing 2 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.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-cmake3 VERSION 3.3.0)
project(gz-cmake3 VERSION 3.3.1)

#--------------------------------------
# Initialize the GZ_CMAKE_DIR variable with the location of the cmake
Expand Down
11 changes: 10 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## Gazebo CMake 3.x

### Gazebo CMake 3.3.0 (2023-08-10)
### Gazebo CMake 3.3.1 (2023-08-03)

1. Fix pkg_config_entry when version number is not specified
* [Pull request #374](https://github.com/gazebosim/gz-cmake/pull/374)

1. Infrastructure
* [Pull request #372](https://github.com/gazebosim/gz-cmake/pull/372)
* [Pull request #371](https://github.com/gazebosim/gz-cmake/pull/371)

### Gazebo CMake 3.3.0 (2023-07-10)

1. GzConfigureProject: improve documentation
* [Pull request #364](https://github.com/gazebosim/gz-cmake/pull/364)
Expand Down

0 comments on commit 87c2a54

Please sign in to comment.