Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 8.2.0 Release #450

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading