From dc94c9a7d1e4112962b7095ebce3e3cf9ed400bc Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Thu, 26 Sep 2024 21:59:22 -0700 Subject: [PATCH] Prepare for 8.0.0 release (#278) Signed-off-by: Ian Chen --- CMakeLists.txt | 2 +- Changelog.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0419256..c7440f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR}) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -gz_configure_project(VERSION_SUFFIX pre1) +gz_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 025f0ee..48092eb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,17 @@ ## Gazebo Launch 8.x -### Gazebo Launch 8.0.0 (2024-09-XX) +### Gazebo Launch 8.0.0 (2024-09-25) 1. **Baseline:** this includes all changes from 7.1.0 and earlier. +1. Fix crash and update launch file + * [Pull request #277](https://github.com/gazebosim/gz-launch/pull/277) + +1. Miscellaneous documentation fixes + * [Pull request #276](https://github.com/gazebosim/gz-launch/pull/276) + * [Pull request #275](https://github.com/gazebosim/gz-launch/pull/275) + * [Pull request #274](https://github.com/gazebosim/gz-launch/pull/274) + 1. Enable ubuntu noble on github actions, require cmake 3.22.1 * [Pull request #272](https://github.com/gazebosim/gz-launch/pull/272)