Skip to content

Commit

Permalink
Prepare for 7.3.1 (#426)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey authored Aug 6, 2024
1 parent 7c71628 commit 5fc527d
Show file tree
Hide file tree
Showing 2 changed files with 18 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(ignition-fuel_tools7 VERSION 7.3.0)
project(ignition-fuel_tools7 VERSION 7.3.1)

#============================================================================
# Find ignition-cmake
Expand Down
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## Gazebo Fuel Tools 7.x

### Gazebo Fuel Tools 7.3.1 (2024-07-19)

1. Fix tests pulling from wrong server
* [Pull request #421](https://github.com/gazebosim/gz-fuel-tools/pull/421)

1. Fixed from source install command
* [Pull request #404](https://github.com/gazebosim/gz-fuel-tools/pull/404)

1. Create directories and more output on fail
* [Pull request #392](https://github.com/gazebosim/gz-fuel-tools/pull/392)

1. Infrastructure
* [Pull request #388](https://github.com/gazebosim/gz-fuel-tools/pull/388)

1. Zip: use non-deprecated methods
* [Pull request #360](https://github.com/gazebosim/gz-fuel-tools/pull/360)

### Gazebo Fuel Tools 7.3.0 (2023-06-13)

1. Forward merges
Expand Down

0 comments on commit 5fc527d

Please sign in to comment.