From 2d8283c565f787ae899dfe752da27224c939f747 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Fri, 22 Jan 2021 13:20:00 -0800 Subject: [PATCH] Prepare for 3.3.0 release (#207) Signed-off-by: Nate Koenig Co-authored-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8e4fbb6d..8b96ce277 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.2.0) +project(ignition-rendering3 VERSION 3.3.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 6b41b1647..9f55a200b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,22 @@ ## Ignition Rendering +### Ignition Rendering 3.3.0 (2021-01-22) + +1. Add Windows installation. + * [Pull request 196](https://github.com/ignitionrobotics/ign-rendering/pull/196) + +1. Make flaky VisualAt test more verbose. + * [Pull request 174](https://github.com/ignitionrobotics/ign-rendering/pull/174) + +1. Resolve updated codecheck issues. + * [Pull request 173](https://github.com/ignitionrobotics/ign-rendering/pull/173) + +1. Fix crash due to NaN pose values. + * [Pull request 169](https://github.com/ignitionrobotics/ign-rendering/pull/169) + +1. Improve fork experience. + * [Pull request 165](https://github.com/ignitionrobotics/ign-rendering/pull/165) + ### Ignition Rendering 3.2.0 (2020-10-13) 1. Add Custom Render Engine support