Skip to content

Commit

Permalink
🎈 6.5.0 (#651)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Jun 15, 2022
1 parent 317994b commit 859272a
Show file tree
Hide file tree
Showing 2 changed files with 17 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.4.0)
project(ignition-rendering6 VERSION 6.5.0)

#============================================================================
# Find ignition-cmake
Expand Down
17 changes: 16 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
## Ignition Rendering

### Ignition Rendering 6.X
### Ignition Rendering 6.5.0 (2022-06-15)

1. Bounding Box Camera
* [Pull request #334](https://github.com/gazebosim/gz-rendering/pull/334)

1. Make GLX dependencies optional for Ogre2.
* [Pull request #646](https://github.com/gazebosim/gz-rendering/pull/646)

1. Add missing utility include for `std::exchange`
* [Pull request #650](https://github.com/gazebosim/gz-rendering/pull/650)

1. Change `aspect` to `AspectRatio()`
* [Pull request #635](https://github.com/gazebosim/gz-rendering/pull/635)

1. `Camera::HFOV` override for Ogre and Ogre2
* [Pull request #636](https://github.com/gazebosim/gz-rendering/pull/636)

### Ignition Rendering 6.4.0 (2022-05-12)

Expand Down

0 comments on commit 859272a

Please sign in to comment.