Skip to content

Commit

Permalink
Prepare for 7.2.0 release (#761)
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya <[email protected]>
  • Loading branch information
adityapande-1995 authored Nov 14, 2022
1 parent 341276b commit ba0de15
Show file tree
Hide file tree
Showing 2 changed files with 9 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(gz-rendering7 VERSION 7.1.0)
project(gz-rendering7 VERSION 7.2.0)

#============================================================================
# Find gz-cmake
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

### Gazebo Rendering 7.X

### Gazebo Rendering 7.2.0 (2022-11-14)

1. Enable gpu ray query on macOS.
* [Pull request #758](https://github.com/gazebosim/gz-rendering/pull/758)

1. Calculate camera intrinsics : Refactor https://github.com/gazebosim/gz-rendering/pull/700
* [Pull request #755](https://github.com/gazebosim/gz-rendering/pull/755)

### Gazebo Rendering 7.1.0 (2022-10-31)

1. Initialize wide angle camera pixel format
Expand Down

0 comments on commit ba0de15

Please sign in to comment.