Skip to content

Commit

Permalink
Prepare for 7.4.0 release (#849)
Browse files Browse the repository at this point in the history
* Prepare for 7.4.0 release

---------

Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 committed May 18, 2023
1 parent a14b582 commit 86395fa
Show file tree
Hide file tree
Showing 3 changed files with 20 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.3.1)
project(gz-rendering7 VERSION 7.4.0)

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

### Gazebo Rendering 7.X

### Gazebo Rendering 7.4.0 (2023-05-18)

1. Add optional binary relocatability
* [Pull request #804](https://github.com/gazebosim/gz-rendering/pull/804)

1. Add Projector
* [Pull request #845](https://github.com/gazebosim/gz-rendering/pull/845)

1. Add support for bayer images to Ogre and Ogre2
* [Pull request #838](https://github.com/gazebosim/gz-rendering/pull/838)

1. Fix requiring OpenGL on macOS
* [Pull request #844](https://github.com/gazebosim/gz-rendering/pull/844)

### Gazebo Rendering 7.3.1 (2023-04-13)

1. Lower severity level for ogre2 visibility mask msgs and unavailable render passes
Expand Down
5 changes: 5 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ release will remove the deprecated code.
* CMake `-config` files
* Paths that depend on the project name

1. Updated Bayer image format enums in `PixelFormat.h` to match the Bayer
formats used in gz-common and gz-msgs.
* `PF_BAYER_GBGR8` -> `PF_BAYER_GBRG8`
* `PF_BAYER_GRGB8` -> `PF_BAYER_GRBG8`

## Gazebo Rendering 6.2.1 to 6.X

### Modifications
Expand Down

0 comments on commit 86395fa

Please sign in to comment.