Skip to content

Commit

Permalink
🎈 1.2.0 (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Apr 27, 2021
1 parent 1925384 commit 1f14c73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER)

set (PROJECT_MAJOR_VERSION 1)
set (PROJECT_MINOR_VERSION 1)
set (PROJECT_MINOR_VERSION 2)
set (PROJECT_PATCH_VERSION 0)

set (PROJECT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION})
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Ignition Tools 1.x

### Ignition Tools 1.X.X (20XX-XX-XX)

### Ignition Tools 1.2.0 (2021-04-26)

1. Relax version verification
* [Pull request #44](https://github.com/ignitionrobotics/ign-tools/pull/44)

### Ignition Tools 1.1.0 (2021-03-30)

1. Use ; as IGN_CONFIG_PATH delimiter on windows
Expand Down

0 comments on commit 1f14c73

Please sign in to comment.