From f93c796abffbfd979d2eebbfc7fb3e8b2d75ae75 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Fri, 1 Oct 2021 11:00:12 -0700 Subject: [PATCH] prepare for 6.0.1 patch release (#449) Signed-off-by: Ian Chen --- CMakeLists.txt | 2 +- Changelog.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38ebb612a..51328f1e8 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.0.0) +project(ignition-rendering6 VERSION 6.0.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 4283d6527..ef411bde3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,12 @@ ### Ignition Rendering 6.X -### Ignition Rendering 6.0.0 (20XX-XX-XX) +### Ignition Rendering 6.0.1 (2021-10-01) + +1. Disable using selection buffer for ray queries + * [Pull request #447](https://github.com/ignitionrobotics/ign-rendering/pull/447) + +### Ignition Rendering 6.0.0 (2021-09-30) 1. Avoid configure warning when checking ogre-1.10 * [Pull request #411](https://github.com/ignitionrobotics/ign-rendering/pull/411)