diff --git a/CMakeLists.txt b/CMakeLists.txt index d661c486..3398f579 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.1.0) +project(gz-fuel_tools8 VERSION 8.2.0) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index b89451f4..c43fcd85 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,32 @@ ## Gazebo Fuel Tools 8.x +### Gazebo Fuel Tools 8.2.0 (2024-11-06) + +1. Fix a test + * [Pull request #419](https://github.com/gazebosim/gz-fuel-tools/pull/419) + +1. CLI for creating config.yaml + * [Pull request #413](https://github.com/gazebosim/gz-fuel-tools/pull/413) + +1. Add Private function to world identifier + * [Pull request #414](https://github.com/gazebosim/gz-fuel-tools/pull/414) + +1. Use config.yaml file from default cache location, if it exists + * [Pull request #410](https://github.com/gazebosim/gz-fuel-tools/pull/410) + +1. Create directories and more output on fail + * [Pull request #392](https://github.com/gazebosim/gz-fuel-tools/pull/392) + +1. Disable tests that are known to fail on Windows + * [Pull request #387](https://github.com/gazebosim/gz-fuel-tools/pull/387) + +1. Infrastructure + * [Pull request #390](https://github.com/gazebosim/gz-fuel-tools/pull/390) + * [Pull request #388](https://github.com/gazebosim/gz-fuel-tools/pull/388) + +1. Add script to update assets to gz + * [Pull request #377](https://github.com/gazebosim/gz-fuel-tools/pull/377) + ### Gazebo Fuel Tools 8.1.0 (2023-08-21) 1. Use `pull_request_target` for triage workflow