From bec06adf574b5fe64377503267a21a1891f0c704 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Thu, 9 Sep 2021 15:49:25 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=201.3.0~pre1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 4 ++-- Changelog.md | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7eb0cea..1d56d79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/Changelog.md b/Changelog.md index ece6a91..d9a4d96 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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) @@ -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