From 1f2903d186c4d81f77e42481935f36d3326f0703 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Fri, 5 Jan 2024 14:34:17 -0800 Subject: [PATCH 1/2] bump 3.7.2 Signed-off-by: Ian Chen --- CMakeLists.txt | 2 +- Changelog.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b14c7d02..99f3ed8f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-rendering3 VERSION 3.7.1) +project(ignition-rendering3 VERSION 3.7.2) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index b73f00f11..ffdfa362e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,19 @@ ## Ignition Rendering +### Gazebo Rendering 3.7.2 (2024-01-05) + +1. Update github action workflows + * [Pull request #940](https://github.com/gazebosim/gz-rendering/pull/940) + +1. Add minor comments to BaseGizmoVisual + * [Pull request #881](https://github.com/gazebosim/gz-rendering/pull/881) + +1. CI workflow: use checkout v3 + * [Pull request #834](https://github.com/gazebosim/gz-rendering/pull/834) + +1. Rename COPYING to LICENSE + * [Pull request #833](https://github.com/gazebosim/gz-rendering/pull/833) + ### Ignition Rendering 3.7.1 (2023-02-03) 1. Remove fini to resolve segfaault at shutdown. From a371e06d2bb1ae1c8ba8cb920eb9f7a2e66a5acf Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Fri, 5 Jan 2024 14:42:26 -0800 Subject: [PATCH 2/2] consolidate Signed-off-by: Ian Chen --- Changelog.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index ffdfa362e..238b98c64 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,16 +4,12 @@ 1. Update github action workflows * [Pull request #940](https://github.com/gazebosim/gz-rendering/pull/940) + * [Pull request #834](https://github.com/gazebosim/gz-rendering/pull/834) + * [Pull request #833](https://github.com/gazebosim/gz-rendering/pull/833) 1. Add minor comments to BaseGizmoVisual * [Pull request #881](https://github.com/gazebosim/gz-rendering/pull/881) -1. CI workflow: use checkout v3 - * [Pull request #834](https://github.com/gazebosim/gz-rendering/pull/834) - -1. Rename COPYING to LICENSE - * [Pull request #833](https://github.com/gazebosim/gz-rendering/pull/833) - ### Ignition Rendering 3.7.1 (2023-02-03) 1. Remove fini to resolve segfaault at shutdown.