Skip to content

Commit

Permalink
Prepare for 8.2.0 (#450)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Nov 7, 2024
1 parent 5acfbe1 commit 3734f08
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 27 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3734f08

Please sign in to comment.