Skip to content

Commit

Permalink
🎈 1.3.0~pre1 (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Sep 10, 2021
1 parent 3a9812c commit 83d5de7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER)

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

set (PROJECT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION})
set (PROJECT_VERSION_FULL ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION})
set (PROJECT_VERSION_FULL ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION}~pre1)

message (STATUS "${PROJECT_NAME} version ${PROJECT_VERSION_FULL}")

Expand Down
15 changes: 14 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Ignition Tools 1.x

## Ignition Tools 1.X.X (20XX-XX-XX)
## Ignition Tools 1.3.0 (2021-09-XX)

1. Remove all death CMake code related to test.
* [Pull request #54](https://github.com/ignitionrobotics/ign-tools/pull/54)
Expand All @@ -11,6 +11,19 @@
1. Remove unused cmake code related to compilations (CFlags, BUILD_TYPE, etc.)
* [Pull request #55](https://github.com/ignitionrobotics/ign-tools/pull/55)

1. Add Windows support
* [Pull request #57](https://github.com/ignitionrobotics/ign-tools/pull/57)

1. Install ign command
* [Pull request #56](https://github.com/ignitionrobotics/ign-tools/pull/56)

1. Sort versions correctly.
* [Pull request #50](https://github.com/ignitionrobotics/ign-tools/pull/50)

1. Infrastructure
* [Pull request #59](https://github.com/ignitionrobotics/ign-tools/pull/59)
* [Pull request #58](https://github.com/ignitionrobotics/ign-tools/pull/58)

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

1. Relax version verification
Expand Down

0 comments on commit 83d5de7

Please sign in to comment.