From 0d51192b10129865521d63c0868e25b038dca5e5 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 27 Aug 2024 21:32:43 +0000 Subject: [PATCH] Prepare for 3.0.0pre2 release Signed-off-by: Ian Chen --- CMakeLists.txt | 2 +- Changelog.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a375316..513f3d8 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 pre2) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 8c33e33..2621b43 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,18 @@ ## Gazebo Utils 3.0.0 (20XX-XX-XX) +1. **Baseline:** this includes all changes from 2.2.0 and earlier. + +1. Logger updates + * [Pull request #139](https://github.com/gazebosim/gz-utils/pull/139) + +1. Update badges to point to gz-utils3 branch + * [Pull request #137](https://github.com/gazebosim/gz-utils/pull/137) + * [Pull request #138](https://github.com/gazebosim/gz-utils/pull/138) + +1. Update changelog and add prepare for prereleases + * [Pull request #136](https://github.com/gazebosim/gz-utils/pull/136) + 1. Move spdlog::logger to gz-utils * [Pull request #134](https://github.com/gazebosim/gz-utils/pull/134)