From 8e28e941d71c9214c89d14658cbf219ef324e0a7 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 26 Sep 2024 17:26:31 -0500 Subject: [PATCH] Prepare for 8.0.0 (#693) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 033d629c2..b16b4dd17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ find_package(gz-cmake4 REQUIRED) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -gz_configure_project(VERSION_SUFFIX pre2) +gz_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index c904bd290..c6ee05876 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,20 @@ ## Gazebo Physics 8.x -### Gazebo Physics 8.0.0 (2024-09-XX) +### Gazebo Physics 8.0.0 (2024-09-25) 1. **Baseline:** this includes all changes from 7.3.0 and earlier. +1. Miscellaneous documentation fixes + * [Pull request #691](https://github.com/gazebosim/gz-physics/pull/691) + * [Pull request #689](https://github.com/gazebosim/gz-physics/pull/689) + * [Pull request #690](https://github.com/gazebosim/gz-physics/pull/690) + * [Pull request #688](https://github.com/gazebosim/gz-physics/pull/688) + * [Pull request #686](https://github.com/gazebosim/gz-physics/pull/686) + * [Pull request #684](https://github.com/gazebosim/gz-physics/pull/684) + * [Pull request #683](https://github.com/gazebosim/gz-physics/pull/683) + * [Pull request #682](https://github.com/gazebosim/gz-physics/pull/682) + * [Pull request #681](https://github.com/gazebosim/gz-physics/pull/681) + 1. Remove deprecated functions * [Pull request #673](https://github.com/gazebosim/gz-physics/pull/673)