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 for 2.9.0 release #187

Merged
merged 3 commits into from
Sep 2, 2021
Merged
Show file tree
Hide file tree
Changes from 2 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.8.0)
project(ignition-cmake2 VERSION 2.9.0)

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

### Ignition CMake 2.X.X (2021-08-23)
### Ignition CMake 2.X.X (2021-XX-XX)

1. Fix problems on IgnOGRE.cmake when version is not found
### Ignition CMake 2.9.0 (2021-09-01)
azeey marked this conversation as resolved.
Show resolved Hide resolved

1. Fix include directory flags for codecheck
* [Pull request #186](https://github.com/ignitionrobotics/ign-cmake/pull/186)

1. Fix problems on IgnOGRE when version is not found
* [Pull request #175](https://github.com/ignitionrobotics/ign-cmake/pull/175)

1. Remove bitbucket-pipelines.yml
* [Pull request #181](https://github.com/ignitionrobotics/ign-cmake/pull/181)

1. Include IMAGE_PATH directories in ign_create_docs
* [Pull request #183](https://github.com/ignitionrobotics/ign-cmake/pull/183)

1. Special case for ogre2.2 on Windows
* [Pull request #176](https://github.com/ignitionrobotics/ign-cmake/pull/176)
* [Pull request #177](https://github.com/ignitionrobotics/ign-cmake/pull/177)
* [Pull request #178](https://github.com/ignitionrobotics/ign-cmake/pull/178)
* [Pull request #180](https://github.com/ignitionrobotics/ign-cmake/pull/180)

1. Fix building OGRE / OGRE2 from source in colcon workspace
* [Pull request #174](https://github.com/ignitionrobotics/ign-cmake/pull/174)

1. Remove codecov badge from README
* [Pull request #172](https://github.com/ignitionrobotics/ign-cmake/pull/172)

1. Port codecov to new configuration
* [Pull request #170](https://github.com/ignitionrobotics/ign-cmake/pull/170)

### Ignition CMake 2.8.0 (2021-04-30)

1. Fix hardcoded pkg-config library in examples
Expand Down