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.1.0 release #368

Merged
merged 1 commit into from
Aug 22, 2023
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.0.2)
project(gz-fuel_tools8 VERSION 8.1.0)

#============================================================================
# Find gz-cmake
Expand Down
35 changes: 35 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading