From 3a755044668f86ce3fa85b8c69ddb7c337c8675b Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 27 Aug 2024 16:55:47 +0000 Subject: [PATCH] Prepare for 10.0.0pre release Signed-off-by: Ian Chen --- CMakeLists.txt | 2 +- Changelog.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30d4e552..5367452e 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) +gz_configure_project(VERSION_SUFFIX pre1) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index e08532f2..926bb36e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,13 @@ ### Gazebo Fuel Tools 10.0.0 (2024-09-XX) -Changes since 9.1.0 +1. **Baseline:** this includes all changes from 9.1.0 and earlier. + +1. Update badges to point to gz-fuel-tools10 + * [Pull request #439](https://github.com/gazebosim/gz-fuel-tools/pull/439) + +1. Ionic changelog + * [Pull request #438](https://github.com/gazebosim/gz-fuel-tools/pull/438) 1. Require cmake 3.22.1 * [Pull request #436](https://github.com/gazebosim/gz-fuel-tools/pull/436)