From c9418e11610369c3a672b5bb2f6ddfd9b5856216 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Fri, 19 Jan 2024 12:28:06 +0100 Subject: [PATCH] Prepare release 6.6.3 Signed-off-by: Jose Luis Rivero --- CMakeLists.txt | 2 +- Changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 220aff50a..a2fed5abb 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-rendering6 VERSION 6.6.2) +project(ignition-rendering6 VERSION 6.6.3) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index ff7183960..f6131129b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Ignition Rendering +### Ignition Rendering 6.6.3 (2024-01-19) + +1. Revert mesh viewer background color back to gray + * [Pull request #894](https://github.com/gazebosim/gz-rendering/pull/894) + ### Ignition Rendering 6.6.2 (2023-10-03) 1. Backport camera intrinsics calculation : Refactor