Skip to content

Commit

Permalink
🎈 1.3.0 (#62)
Browse files Browse the repository at this point in the history
* 🎈 1.3.0

Signed-off-by: Louise Poubel <[email protected]>

* merge changelog entries

PR #56 fixed a bug in #55 so merge their entries

Signed-off-by: Steve Peters <[email protected]>

Co-authored-by: Steve Peters <[email protected]>
  • Loading branch information
chapulina and scpeters committed Sep 28, 2021
1 parent 83d5de7 commit 793bf18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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}~pre1)
set (PROJECT_VERSION_FULL ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION})

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

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

## Ignition Tools 1.3.0 (2021-09-XX)
## Ignition Tools 1.3.0 (2021-09-27)

1. Remove all death CMake code related to test.
* [Pull request #54](https://github.com/ignitionrobotics/ign-tools/pull/54)
Expand All @@ -10,13 +10,11 @@

1. Remove unused cmake code related to compilations (CFlags, BUILD_TYPE, etc.)
* [Pull request #55](https://github.com/ignitionrobotics/ign-tools/pull/55)
* [Pull request #56](https://github.com/ignitionrobotics/ign-tools/pull/56)

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)

Expand Down

0 comments on commit 793bf18

Please sign in to comment.