Skip to content

Commit

Permalink
Prepare for 8.1.1 (#985)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey committed Apr 10, 2024
1 parent 2e9fa26 commit df019bb
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-rendering8 VERSION 8.1.0)
project(gz-rendering8 VERSION 8.1.1)

#============================================================================
# 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 8.X

### Gazebo Rendering 8.1.1 (2024-04-10)

1. Use relative install paths for plugin shared libraries and media files
* [Pull request #984](https://github.com/gazebosim/gz-rendering/pull/984)

1. Handle null mesh pointers in examples
* [Pull request #982](https://github.com/gazebosim/gz-rendering/pull/982)

### Gazebo Rendering 8.1.0 (2024-03-14)

1. Fix setting normal map when not all submeshes have texcoords (ogre2)
Expand Down

0 comments on commit df019bb

Please sign in to comment.