From daa3d654f1b2360bb497eaf15ab05b1df4bc27a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Thu, 29 Aug 2024 00:50:20 +0200 Subject: [PATCH] Prepare for 3.0.0pre3 (#143) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- CMakeLists.txt | 2 +- Changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 513f3d8..87262db 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 pre2) +gz_configure_project(VERSION_SUFFIX pre3) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 2621b43..fa9b43d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,12 @@ 1. **Baseline:** this includes all changes from 2.2.0 and earlier. +1. Update logger level and flush_on values + * [Pull request #142](https://github.com/gazebosim/gz-utils/pull/142) + +1. Use common formatter for console and file sinks + * [Pull request #141](https://github.com/gazebosim/gz-utils/pull/141) + 1. Logger updates * [Pull request #139](https://github.com/gazebosim/gz-utils/pull/139)