From 9e810a6346346a566adf3441ded1c3c9c72c945d Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Wed, 19 Aug 2020 07:15:44 -0700 Subject: [PATCH 1/2] 3.4.0 prep Signed-off-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 884cabd0..a006d0b1 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_tools3 VERSION 3.3.0) +project(ignition-fuel_tools3 VERSION 3.4.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index b3dd3b9c..e2541f92 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,19 @@ ## Ignition Fuel Tools 3.x +### Ignition Fuel Tools 3.4.0 (2020-07-29) + +1. Modernize github actions by updating to the new style. + * [Pull request 94](https://github.com/ignitionrobotics/ign-fuel-tools/pull/94) + +1. Fix test worlds. + * [Pull request 100](https://github.com/ignitionrobotics/ign-fuel-tools/pull/100) + +1. Add capability for downloading collections. + * [Pull request 98](https://github.com/ignitionrobotics/ign-fuel-tools/pull/98) + +1. Fix windows build.t + * [Pull request 103](https://github.com/ignitionrobotics/ign-fuel-tools/pull/013) + ### Ignition Fuel Tools 3.3.0 (2020-07-29) 1. openrobotics to OpenRobotics From 6aec554d21e79d0ccbbba2f8faa0667e713a8da0 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Wed, 19 Aug 2020 07:16:31 -0700 Subject: [PATCH 2/2] Fix date Signed-off-by: Nate Koenig --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e2541f92..0af3022e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## Ignition Fuel Tools 3.x -### Ignition Fuel Tools 3.4.0 (2020-07-29) +### Ignition Fuel Tools 3.4.0 (2020-08-19) 1. Modernize github actions by updating to the new style. * [Pull request 94](https://github.com/ignitionrobotics/ign-fuel-tools/pull/94)