Skip to content

Commit eac0b65

Browse files
authored
⬆️ 2.5.0 (#113)
Signed-off-by: Louise Poubel <louise@openrobotics.org>
1 parent 6fb610a commit eac0b65

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(ignition-cmake2 VERSION 2.4.0)
6+
project(ignition-cmake2 VERSION 2.5.0)
77

88
#--------------------------------------
99
# Initialize the IGNITION_CMAKE_DIR variable with the location of the cmake

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
### Ignition CMake 2.X.X (20XX-XX-XX)
44

5+
### Ignition CMake 2.5.0 (2020-09-05)
6+
7+
1. Add additional input directories to parse when generating documentation
8+
* [Pull request 111](https://github.com/ignitionrobotics/ign-cmake/pull/111)
9+
510
### Ignition CMake 2.4.0 (2020-08-20)
611

712
1. Added an option to include generated code in the ign_create_docs function

0 commit comments

Comments
 (0)