From ee116fee6689747854a285c2a7236418114fa87b Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Wed, 25 Sep 2024 16:26:03 -0500 Subject: [PATCH] Prepare for 11.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 e85098d5..9fe174a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ find_package(gz-cmake4 REQUIRED) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -gz_configure_project(VERSION_SUFFIX pre1 +gz_configure_project(VERSION_SUFFIX CONFIG_EXTRAS "gz-msgs-extras.cmake.in") #============================================================================ diff --git a/Changelog.md b/Changelog.md index f336ab62..c8c00d23 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,15 @@ ## Gazebo Msgs 11.x -### Gazebo Msgs 11.0.0 (2024-09-xx) +### Gazebo Msgs 11.0.0 (2024-09-25) 1. **Baseline:** this includes all changes from 10.3.0 and earlier. +1. Miscellaneous documentation fixes + * [Pull request #458](https://github.com/gazebosim/gz-msgs/pull/458) + * [Pull request #461](https://github.com/gazebosim/gz-msgs/pull/461) + * [Pull request #459](https://github.com/gazebosim/gz-msgs/pull/459) + * [Pull request #457](https://github.com/gazebosim/gz-msgs/pull/457) + 1. Update gz-msgs11 badge URLs * [Pull request #455](https://github.com/gazebosim/gz-msgs/pull/455)