Skip to content

Commit

Permalink
Prepare for 4.9.0 release (#410)
Browse files Browse the repository at this point in the history
* bump version and update changelog

Signed-off-by: Ian Chen <[email protected]>

* update changelog

Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Sep 16, 2021
1 parent 038317d commit 29876ec
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

### 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)

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
Expand Down

0 comments on commit 29876ec

Please sign in to comment.