From b9ed007d300dca10bee9faf0c9ebf5843bb36ca9 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Wed, 21 Aug 2024 12:32:09 -0500 Subject: [PATCH] Update changelog and add prepare for prereleases Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74fee08..a375316 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) +gz_configure_project(VERSION_SUFFIX pre1) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 38445d2..8c33e33 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,41 @@ ## Gazebo Utils 3.0.0 (20XX-XX-XX) +1. Move spdlog::logger to gz-utils + * [Pull request #134](https://github.com/gazebosim/gz-utils/pull/134) + +1. Require cmake version 3.22.1 + * [Pull request #132](https://github.com/gazebosim/gz-utils/pull/132) + +1. Add package.xml + * [Pull request #125](https://github.com/gazebosim/gz-utils/pull/125) + * [Pull request #131](https://github.com/gazebosim/gz-utils/pull/131) + +1. bazel: build and test subprocess functionality + * [Pull request #123](https://github.com/gazebosim/gz-utils/pull/123) + * [Pull request #124](https://github.com/gazebosim/gz-utils/pull/124) + +1. Update CI badges in README + * [Pull request #120](https://github.com/gazebosim/gz-utils/pull/120) + +1. Use HIDE_SYMBOLS_BY_DEFAULT + * [Pull request #115](https://github.com/gazebosim/gz-utils/pull/115) + * [Pull request #121](https://github.com/gazebosim/gz-utils/pull/121) + +1. Remove ignition + * [Pull request #100](https://github.com/gazebosim/gz-utils/pull/100) + +1. Bumps in ionic: use gz-cmake4 + * [Pull request #111](https://github.com/gazebosim/gz-utils/pull/111) + +1. Infrastructure + * [Pull request #112](https://github.com/gazebosim/gz-utils/pull/112) + * [Pull request #119](https://github.com/gazebosim/gz-utils/pull/119) + * [Pull request #129](https://github.com/gazebosim/gz-utils/pull/129) + +1. ⬆️ Bump main to 3.0.0~pre1 + * [Pull request #76](https://github.com/gazebosim/gz-utils/pull/76) + ## Gazebo Utils 2.x ## Gazebo Utils 2.2.0 (2023-11-08)