From 8a36cbff50049bb2ea0ac7ae4435e6fd809cc9f9 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Wed, 25 Sep 2024 16:27:38 -0500 Subject: [PATCH] Prepare for 10.0.0 Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c4b321c..30d4e552 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Changelog.md b/Changelog.md index 926bb36e..9f73d6b8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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)