Skip to content

Commit

Permalink
prepare for 6.0.1 patch release (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Oct 1, 2021
1 parent dd4b520 commit f93c796
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 f93c796

Please sign in to comment.