Skip to content

Commit

Permalink
Prepare for 2.11.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Feb 24, 2022
1 parent 56632a3 commit e29f068
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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.10.0)
project(ignition-cmake2 VERSION 2.11.0)

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

### Ignition CMake 2.x.x (xxxx-xx-xx)

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

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

3. Add examples using static libraries
* [Pull request #202](https://github.com/ignitionrobotics/ign-cmake/pull/202)

### Ignition CMake 2.10.0 (2021-12-21)

1. doxygen allow all .cc, .hh, and CMakeLists.txt, not just in examples/ dir
Expand Down

0 comments on commit e29f068

Please sign in to comment.