From 816395a76590fd7bc8eb5e8680d96a6e762dc335 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Wed, 15 Sep 2021 14:32:55 -0700 Subject: [PATCH 1/2] bump version and update changelog Signed-off-by: Ian Chen --- CMakeLists.txt | 2 +- Changelog.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 81ca2b839..80c53ee48 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-rendering4 VERSION 4.8.0) +project(ignition-rendering4 VERSION 4.9.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 8843e33a9..eed90b4f0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,21 @@ ### Ignition Rendering 4.X +### Ignition Rendering 4.9.0 (2021-09-15) + +1. Output warning message if a mesh with zero submeshes is created + * [Pull request #391](https://github.com/ignitionrobotics/ign-rendering/pull/391) + +1. Fix particle effect randomness + * [Pull request #388](https://github.com/ignitionrobotics/ign-rendering/pull/388) + +1. Fix single ray gpu lidar + * [Pull request #384](https://github.com/ignitionrobotics/ign-rendering/pull/384) + +1. Use selection buffer in ray queries (ogre2) + * [Pull request #378](https://github.com/ignitionrobotics/ign-rendering/pull/378) + * [Pull request #383](https://github.com/ignitionrobotics/ign-rendering/pull/383) + ### Ignition Rendering 4.8.0 (2021-06-18) 1. relax gaussian test tolerance From 4a0f1dc9715ecbfd0a43b93a2d497337625fe57f Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Wed, 15 Sep 2021 16:55:17 -0700 Subject: [PATCH 2/2] update changelog Signed-off-by: Ian Chen --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index eed90b4f0..0156ac54f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,6 +17,10 @@ * [Pull request #378](https://github.com/ignitionrobotics/ign-rendering/pull/378) * [Pull request #383](https://github.com/ignitionrobotics/ign-rendering/pull/383) +1. All changes merged forward from ign-rendering3 + * [Pull request #382](https://github.com/ignitionrobotics/ign-rendering/pull/382) + * [Pull request #398](https://github.com/ignitionrobotics/ign-rendering/pull/398) + ### Ignition Rendering 4.8.0 (2021-06-18) 1. relax gaussian test tolerance