From d078bd0b672f81ae554d06616d72ffd5264602ba Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Thu, 17 Jun 2021 17:00:47 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=204.4.0=20(#190)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95f367c7..c4b0bb63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-fuel_tools4 VERSION 4.3.0) +project(ignition-fuel_tools4 VERSION 4.4.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 95ebf91d..1918d74f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,36 @@ ## Ignition Fuel Tools 4.x +### Ignition Fuel Tools 4.X.X (202X-XX-XX) + +### Ignition Fuel Tools 4.4.0 (2021-06-17) + +1. Remove `tools/code_check` and update codecov + * [Pull request #187](https://github.com/ignitionrobotics/ign-fuel-tools/pull/187) + +1. Fixed windows download + * [Pull request #178](https://github.com/ignitionrobotics/ign-fuel-tools/pull/178) + +1. Master branch updates + * [Pull request #170](https://github.com/ignitionrobotics/ign-fuel-tools/pull/170) + +1. Support private-token in `config.yaml` + * [Pull request #156](https://github.com/ignitionrobotics/ign-fuel-tools/pull/156) + +1. Add Windows Installation + * [Pull request #162](https://github.com/ignitionrobotics/ign-fuel-tools/pull/162) + +1. Use semantic version and prevent crash if version is missing + * [Pull request #151](https://github.com/ignitionrobotics/ign-fuel-tools/pull/151) + +1. Document `IGN_FUEL_CACHE_PATH` on command line + * [Pull request #149](https://github.com/ignitionrobotics/ign-fuel-tools/pull/149) + +1. Support editing/patching model files + * [Pull request #140](https://github.com/ignitionrobotics/ign-fuel-tools/pull/140) + +1. Set keep alive on + * [Pull request #141](https://github.com/ignitionrobotics/ign-fuel-tools/pull/141) + ### Ignition Fuel Tools 4.3.0 (2020-12-01) 1. Improve fork experience.