From 5cccde57ff186eef8e04fbd53f4480d95bb55d3d Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Thu, 9 Dec 2021 01:09:32 -0800 Subject: [PATCH] Prepare for 2.10.0~pre1 (#195) Signed-off-by: Steve Peters --- CMakeLists.txt | 4 ++-- Changelog.md | 17 ++++++++++++++++- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c005ad9..54822a0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-cmake2 VERSION 2.9.0) +project(ignition-cmake2 VERSION 2.10.0) #-------------------------------------- # Initialize the IGNITION_CMAKE_DIR variable with the location of the cmake @@ -20,7 +20,7 @@ include(IgnCMake) #-------------------------------------- # Set up the project -ign_configure_project(VERSION_SUFFIX) +ign_configure_project(VERSION_SUFFIX pre1) #-------------------------------------- # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 96ba9c5f..f9538ac6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,21 @@ ## Ignition CMake 2.x -### Ignition CMake 2.X.X (2021-XX-XX) +### Ignition CMake 2.10.0 (2021-12-09) + +1. Add Ubuntu Jammy CI + * [Pull request #194](https://github.com/ignitionrobotics/ign-cmake/pull/194) + +1. FindIgnURDFDOM cmake module + * [Pull request #193](https://github.com/ignitionrobotics/ign-cmake/pull/193) + +1. Do not modify `CMAKE_FIND_LIBRARY_PREFIXES` and `CMAKE_FIND_LIBRARY_SUFFIXES` on Windows + * [Pull request #189](https://github.com/ignitionrobotics/ign-cmake/pull/189) + +1. Project option: `REPLACE_IGNITION_INCLUDE_PATH` + * [Pull request #190](https://github.com/ignitionrobotics/ign-cmake/pull/190) + +1. Project option: `NO_IGNITION_PREFIX` + * [Pull request #191](https://github.com/ignitionrobotics/ign-cmake/pull/191) ### Ignition CMake 2.9.0 (2021-09-02)