Skip to content

Commit

Permalink
prepare for ignition 6.2.0 release (#551)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Jan 29, 2022
1 parent 973f516 commit 1258280
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})
#============================================================================
# Set up the project
#============================================================================
ign_configure_project(VERSION_SUFFIX pre1)
ign_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

### Ignition Rendering 6.X

### Ignition Rendering 6.2.0 (2022-01-xx)
### Ignition Rendering 6.2.0 (2022-01-28)

1. Fix missing terrain shadows casted on objects
* [Pull request #547](https://github.com/ignitionrobotics/ign-rendering/pull/547)

1. Add waves
* [Pull request #541](https://github.com/ignitionrobotics/ign-rendering/pull/541)

1. Fix crash when hovering the cursor in heightmap.sdf
* [Pull request #536](https://github.com/ignitionrobotics/ign-rendering/pull/536)
Expand Down

0 comments on commit 1258280

Please sign in to comment.