File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
33#============================================================================
44# Initialize the project
55#============================================================================
6- project (gz-rendering9 VERSION 9.2 .0)
6+ project (gz-rendering9 VERSION 9.3 .0)
77
88#============================================================================
99# Find gz-cmake
Original file line number Diff line number Diff line change 22
33### Gazebo Rendering 9.X
44
5+ ### Gazebo Rendering 9.3.0 (2025-07-25)
6+
7+ 1 . Guard against bad memory access in RenderPassSystem
8+ * [ Pull request #1153 ] ( https://github.com/gazebosim/gz-rendering/pull/1153 )
9+
10+ 1 . Enable loading a render engine plugin from the static plugin registry
11+ * [ Pull request #1152 ] ( https://github.com/gazebosim/gz-rendering/pull/1152 )
12+
13+ 1 . Fix user settings of thermal camera being ignored
14+ * [ Pull request #1138 ] ( https://github.com/gazebosim/gz-rendering/pull/1138 )
15+
16+ 1 . CppCheck fixes
17+ * [ Pull request #1148 ] ( https://github.com/gazebosim/gz-rendering/pull/1148 )
18+
519### Gazebo Rendering 9.2.0 (2025-06-06)
620
7211 . Disable a couple of tests on windows
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 2" >
44 <name >gz-rendering9</name >
5- <version >9.2 .0</version >
5+ <version >9.3 .0</version >
66 <description >Gazebo Rendering: Rendering library for robot applications</description >
77 <
maintainer email =
" [email protected] " >Ian Chen</
maintainer >
88 <license >Apache License 2.0</license >
You can’t perform that action at this time.
0 commit comments