Skip to content

Commit

Permalink
Prepare for 7.3.1 release (#843)
Browse files Browse the repository at this point in the history
* prepare for 7.3.1 release

---------

Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 authored Apr 13, 2023
1 parent 563cbbf commit 80d41b2
Show file tree
Hide file tree
Showing 2 changed files with 22 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.0)
project(gz-rendering7 VERSION 7.3.1)

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

### Gazebo Rendering 7.X

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

1. Lower severity level for ogre2 visibility mask msgs and unavailable render passes
* [Pull request #830](https://github.com/gazebosim/gz-rendering/pull/830)

1. Fix deleting ogre2 when created (and deleted) in a thread
* [Pull request #840](https://github.com/gazebosim/gz-rendering/pull/840)
* [Pull request #841](https://github.com/gazebosim/gz-rendering/pull/841)

1. CI workflow: use checkout v3
* [Pull request #834](https://github.com/gazebosim/gz-rendering/pull/834)

1. Rename COPYING to LICENSE
* [Pull request #833](https://github.com/gazebosim/gz-rendering/pull/833)

1. Add message to see troubleshooting page when render engine fails to create dummy window
* [Pull request #829](https://github.com/gazebosim/gz-rendering/pull/829)

1. Tweak max camera position limit
* [Pull request #827](https://github.com/gazebosim/gz-rendering/pull/827)

### Gazebo Rendering 7.3.0 (2023-03-03)

1. Limit max camera position vector length
Expand Down

0 comments on commit 80d41b2

Please sign in to comment.