From 2a9099d0823f205b327cc468a52b8e71d9aae7e6 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Wed, 25 Sep 2024 16:23:12 -0500 Subject: [PATCH] Prepare for 6.0.0 Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9103b6f..492f754a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,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 pre2) +gz_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index e139732b..da5a649d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,25 @@ ## Gazebo Common 6.x -## Gazebo Common 6.0.0 (2024-09-XX) +## Gazebo Common 6.0.0 (2024-09-25) 1. **Baseline:** this includes all changes from 5.6.0 and earlier. -1. Experimenting with spdlog +1. Add a note about the conda-distributed ffmpeg on windows + * [Pull request #640](https://github.com/gazebosim/gz-common/pull/640) + +1. Fix table of content + * [Pull request #639](https://github.com/gazebosim/gz-common/pull/639) + +1. Fix severity level of gzlog + * [Pull request #635](https://github.com/gazebosim/gz-common/pull/635) + +1. Fix loading lightmaps from gltf / glb meshes + * [Pull request #630](https://github.com/gazebosim/gz-common/pull/630) + +1. Fix AssimpLoader collada texture coordinates + * [Pull request #634](https://github.com/gazebosim/gz-common/pull/634) + +1. Implement console logging using `spdlog` * [Pull request #615](https://github.com/gazebosim/gz-common/pull/615) 1. Update Changelog, README and prepare for gz-common6.0.0~pre1 release