Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 2.12.0 release #229

Merged
merged 7 commits into from
Apr 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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(ignition-cmake2 VERSION 2.11.0)
project(ignition-cmake2 VERSION 2.12.0)

#--------------------------------------
# Initialize the IGNITION_CMAKE_DIR variable with the location of the cmake
Expand Down
24 changes: 22 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
## Ignition CMake 2.x

### Ignition CMake 2.x.x (xxxx-xx-xx)
### Ignition CMake 2.12.0 (2022-04-11)

1. Adding CONFIG option
* [Pull request #211](https://github.com/ignitionrobotics/ign-cmake/pull/211)

1. IgnFindOGRE2: support for the ogre-next package on Ubuntu Jammy
* [Pull request #224](https://github.com/ignitionrobotics/ign-cmake/pull/224)

1. Fix check for missing components in OGRE2. Be more verbose with components
* [Pull request #220](https://github.com/ignitionrobotics/ign-cmake/pull/220)

1. FindIgnOGRE2: exclude ogre versions different than 2.x
* [Pull request #219](https://github.com/ignitionrobotics/ign-cmake/pull/219)
* [Pull request #221](https://github.com/ignitionrobotics/ign-cmake/pull/221)

1. Specify sanitizers using IGN_SANITIZERS cmake variable
* [Pull request #210](https://github.com/ignitionrobotics/ign-cmake/pull/210)

1. Replace deprecated PythonInterp with Python3 (#213)
* [Pull request #213](https://github.com/ignitionrobotics/ign-cmake/pull/213)
* [Pull request #223](https://github.com/ignitionrobotics/ign-cmake/pull/223)

### Ignition CMake 2.11.0 (2022-02-23)

1. Set source path to be used by common::testing
1. Set source path to be used by common::testing
* [Pull request #206](https://github.com/ignitionrobotics/ign-cmake/pull/206)

3. Add examples using static libraries
Expand Down