Skip to content

Commit

Permalink
Prepare for 2.9.0 release (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Sep 2, 2021
1 parent e4aa0b0 commit 6c4e7da
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 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(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-02)

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

0 comments on commit 6c4e7da

Please sign in to comment.