Skip to content

Commit b73d296

Browse files
authored
Prepare for 9.3.0 release (#1154)
* Prepare for 9.3.0 release Signed-off-by: Ian Chen <[email protected]>
1 parent c960054 commit b73d296

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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

721
1. Disable a couple of tests on windows

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

0 commit comments

Comments
 (0)