From 0c12af2007d66210a5bb8052fcbe8d1c7491d693 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 27 Aug 2024 17:58:02 +0000 Subject: [PATCH] Prepare for 3.0.0~pre1 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 41c2bdc..a706f16 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() +gz_configure_project(VERSION_SUFFIX pre1) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index df31a14..e0cc563 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,13 @@ ### Gazebo Plugin 3.0.0 (2024-08-27) -Changes since 2.0.3: +1. **Baseline:** this includes all changes from 2.0.3 and earlier. + +1. Update gz-plugin3 badge URLs + * [Pull request #148](https://github.com/gazebosim/gz-plugin/pull/148) + +1. Ionic changelog + * [Pull request #147](https://github.com/gazebosim/gz-plugin/pull/147) 1. Enable 24.04 CI, require cmake 3.22.1 * [Pull request #146](https://github.com/gazebosim/gz-plugin/pull/146)