Skip to content

Commit

Permalink
Prepare for 9.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 committed Jan 27, 2025
1 parent 566857c commit 6bc3fa1
Show file tree
Hide file tree
Showing 3 changed files with 35 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.22.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-rendering9 VERSION 9.0.0)
project(gz-rendering9 VERSION 9.1.0)

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

### Gazebo Rendering 9.X

### Gazebo Rendering 9.1.0 (2025-01-27)

1. Visualize Frustum
* [Pull request #1095](https://github.com/gazebosim/gz-rendering/pull/1095)
* [Pull request #1102](https://github.com/gazebosim/gz-rendering/pull/1102)

1. Fix RenderingIface_TEST for ogre2 when there is no display
* [Pull request #1098](https://github.com/gazebosim/gz-rendering/pull/1098)

1. Extend wide angle cameras to support L8 and L16 image formats
* [Pull request #1097](https://github.com/gazebosim/gz-rendering/pull/1097)

1. Better approach to use std::variant
* [Pull request #1093](https://github.com/gazebosim/gz-rendering/pull/1093)

1. Do not create wirebox with empty AABB (ogre)
* [Pull request #1083](https://github.com/gazebosim/gz-rendering/pull/1083)

1. Check valid camera near far clip distances
* [Pull request #1082](https://github.com/gazebosim/gz-rendering/pull/1082)

1. Fix Windows github action workflow
* [Pull request #1080](https://github.com/gazebosim/gz-rendering/pull/1080)

1. Unload rendering plugin also on Windows
* [Pull request #1074](https://github.com/gazebosim/gz-rendering/pull/1074)

1. Fix running rendering tests in GZ_ENABLE_RELOCATABLE_INSTALL is ON
* [Pull request #1073](https://github.com/gazebosim/gz-rendering/pull/1073)

1. Fix installation with GZ_ENABLE_RELOCATABLE_INSTALL=ON
* [Pull request #1071](https://github.com/gazebosim/gz-rendering/pull/1071)

### Gazebo Rendering 9.0.0 (2024-09-25)

1. **Baseline:** this includes all changes from 8.2.0 and earlier.
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-rendering9</name>
<version>9.0.0</version>
<version>9.1.0</version>
<description>Gazebo Rendering: Rendering library for robot applications</description>
<maintainer email="ichen@openrobotics.org">Ian Chen</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit 6bc3fa1

Please sign in to comment.