From 2670064aac93ee750196cdf722c71048a530b643 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Tue, 22 Aug 2023 08:46:50 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=208.1.0=20(#368)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Carroll --- CMakeLists.txt | 2 +- Changelog.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b0a4384..d661c486 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.2) +project(gz-fuel_tools8 VERSION 8.1.0) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index be5fc072..e724d6f3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,40 @@ ## Gazebo Fuel Tools 8.x +### Gazebo Fuel Tools 8.1.0 (2023-08-21) + +1. Use `pull_request_target` for triage workflow + * [Pull request #367](https://github.com/gazebosim/gz-fuel-tools/pull/367) + +1. Fix Github project automation for new project board + * [Pull request #366](https://github.com/gazebosim/gz-fuel-tools/pull/366) + +1. Zip: use non-deprecated methods + * [Pull request #360](https://github.com/gazebosim/gz-fuel-tools/pull/360) + +1. Deprecated non-relocatable macro + * [Pull request #352](https://github.com/gazebosim/gz-fuel-tools/pull/352) + +1. Support for bazel in Garden + * [Pull request #328](https://github.com/gazebosim/gz-fuel-tools/pull/328) + +1. Minor cleanup + * [Pull request #357](https://github.com/gazebosim/gz-fuel-tools/pull/357) + +1. 7.3.0 Release + * [Pull request #359](https://github.com/gazebosim/gz-fuel-tools/pull/359) + +1. Add bash completion + * [Pull request #329](https://github.com/gazebosim/gz-fuel-tools/pull/329) + +1. Reflect pagination of RESTful requests in iterator API + * [Pull request #350](https://github.com/gazebosim/gz-fuel-tools/pull/350) + +1. Disable all LocalCache Tests for Windows + * [Pull request #351](https://github.com/gazebosim/gz-fuel-tools/pull/351) + +1. Support link referral download + * [Pull request #333](https://github.com/gazebosim/gz-fuel-tools/pull/333) + ### Gazebo Fuel Tools 8.0.2 (2023-03-30) 1. Support link referral download