Skip to content

Commit

Permalink
🎈 8.1.0 (#368)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Aug 22, 2023
1 parent 5fbf9ef commit 2670064
Show file tree
Hide file tree
Showing 2 changed files with 36 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.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

0 comments on commit 2670064

Please sign in to comment.