From 24a37ce443d0e594bcf276a78aa677d9291a3df9 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Wed, 25 Sep 2024 15:41:08 -0500 Subject: [PATCH] Prepare for 3.0.0 Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87262db..74fee08 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 pre3) +gz_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index fa9b43d..361212d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,18 @@ ## Gazebo Utils 3.x -## Gazebo Utils 3.0.0 (20XX-XX-XX) +## Gazebo Utils 3.0.0 (2024-09-25) 1. **Baseline:** this includes all changes from 2.2.0 and earlier. +1. Add EoL and use SetConsoleSinkLevel in example + * [Pull request #148](https://github.com/gazebosim/gz-utils/pull/148) + +1. Catch spdlog exception thrown when creating file + * [Pull request #145](https://github.com/gazebosim/gz-utils/pull/145) + +1. Include file name in log format + * [Pull request #144](https://github.com/gazebosim/gz-utils/pull/144) + 1. Update logger level and flush_on values * [Pull request #142](https://github.com/gazebosim/gz-utils/pull/142)