From faaf65e805cca46b4539e1941266189beb6b0bae Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 26 Sep 2024 11:03:14 -0500 Subject: [PATCH] Prepare for 3.0.0 (#154) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a706f16..8c8a778 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 e0cc563..7730901 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,13 @@ ## Gazebo Plugin 3.x -### Gazebo Plugin 3.0.0 (2024-08-27) +### Gazebo Plugin 3.0.0 (2024-09-25) 1. **Baseline:** this includes all changes from 2.0.3 and earlier. +1. Miscellaneous documentation fixes + * [Pull request #153](https://github.com/gazebosim/gz-plugin/pull/153) + * [Pull request #150](https://github.com/gazebosim/gz-plugin/pull/150) + 1. Update gz-plugin3 badge URLs * [Pull request #148](https://github.com/gazebosim/gz-plugin/pull/148)