Skip to content
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 @@ -15,7 +15,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR})
#============================================================================
# Configure the project
#============================================================================
gz_configure_project(VERSION_SUFFIX pre2)
gz_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## Gazebo Fuel Tools 10.x

### Gazebo Fuel Tools 10.0.0 (2024-09-XX)
### Gazebo Fuel Tools 10.0.0 (2024-09-25)

1. **Baseline:** this includes all changes from 9.1.0 and earlier.

1. Miscellaneous documentation fixes
* [Pull request #445](https://github.com/gazebosim/gz-fuel-tools/pull/445)
* [Pull request #444](https://github.com/gazebosim/gz-fuel-tools/pull/444)
* [Pull request #443](https://github.com/gazebosim/gz-fuel-tools/pull/443)
* [Pull request #442](https://github.com/gazebosim/gz-fuel-tools/pull/442)

1. Update badges to point to gz-fuel-tools10
* [Pull request #439](https://github.com/gazebosim/gz-fuel-tools/pull/439)

Expand Down
Loading