From 893083868915b8bbf6cd423f610ce326a6094d10 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Thu, 17 Nov 2022 13:15:00 -0800 Subject: [PATCH] 8.0.1 release Signed-off-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 175649da..892cdc7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-fuel_tools8 VERSION 8.0.0) +project(gz-fuel_tools8 VERSION 8.0.1) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index 496d94a6..322a15fe 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,17 @@ ## Gazebo Fuel Tools 8.x +### Gazebo Fuel Tools 8.0.1 + +1. Forward ports. + * [Pull request #306](https://github.com/gazebosim/gz-fuel-tools/pull/306) + * [Pull request #310](https://github.com/gazebosim/gz-fuel-tools/pull/310) + +1. Remove fuel.ignitionrobotics.org from ClientConfig. + * [Pull request #293](https://github.com/gazebosim/gz-fuel-tools/pull/293) + +1. Clean up a few Windows warnings. + * [Pull request #308](https://github.com/gazebosim/gz-fuel-tools/pull/308) + ### Gazebo Fuel Tools 8.0.0 1. Update test infrastruture