From 87c2a5429d89987816059411d4dec8c0b3369ebd Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 3 Aug 2023 12:15:49 -0500 Subject: [PATCH] Prepare for 3.3.1 (#375) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b6edd58..1c184a5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Changelog.md b/Changelog.md index 1a36818a..e3758961 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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)