Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃巿 1.3.0 #62

Merged
merged 2 commits into from
Sep 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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