Skip to content

Commit

Permalink
Merge 81a62b0 into dd4b520
Browse files Browse the repository at this point in the history
  • Loading branch information
iche033 authored Oct 1, 2021
2 parents dd4b520 + 81a62b0 commit bf3782d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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-rendering6 VERSION 6.0.0)
project(ignition-rendering6 VERSION 6.0.1)

#============================================================================
# Find ignition-cmake
Expand Down
7 changes: 6 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bf3782d

Please sign in to comment.