Skip to content

Commit cd6009e

Browse files
authored
Prepare for 9.2.0 release (#1146)
Signed-off-by: Ian Chen <[email protected]>
1 parent c4735c1 commit cd6009e

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-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.1.0)
6+
project(gz-rendering9 VERSION 9.2.0)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
### Gazebo Rendering 9.X
44

5+
### Gazebo Rendering 9.2.0 (2025-06-06)
6+
7+
1. Disable a couple of tests on windows
8+
* [Pull request #1126](https://github.com/gazebosim/gz-rendering/pull/1126)
9+
10+
1. Enable bazel build (core only)
11+
* [Pull request #1144](https://github.com/gazebosim/gz-rendering/pull/1144)
12+
13+
1. Hide Ogre and Ogre2 external window on MacOS and Windows
14+
* [Pull request #1141](https://github.com/gazebosim/gz-rendering/pull/1141)
15+
16+
1. Fix clamp of temperature in thermal camera output (#1133)
17+
* [Pull request #1135](https://github.com/gazebosim/gz-rendering/pull/1135)
18+
19+
1. Change to std::get_if for gz::rendering::Variant for throwless behaviour
20+
* [Pull request #1124](https://github.com/gazebosim/gz-rendering/pull/1124)
21+
22+
1. Added missing includes
23+
* [Pull request #1128](https://github.com/gazebosim/gz-rendering/pull/1128)
24+
25+
1. Add sanity check for valid submesh indices
26+
* [Pull request #1123](https://github.com/gazebosim/gz-rendering/pull/1123)
27+
28+
1. Remove unused variable in OgreRenderingEngine.cc
29+
* [Pull request #1119](https://github.com/gazebosim/gz-rendering/pull/1119)
30+
31+
1. Fix spelling issues in documentation
32+
* [Pull request #1114](https://github.com/gazebosim/gz-rendering/pull/1114)
33+
* [Pull request #1115](https://github.com/gazebosim/gz-rendering/pull/1115)
34+
35+
1. Remove ClearMaterialsCache call when a material is destroyed in ogre2
36+
* [Pull request #1110](https://github.com/gazebosim/gz-rendering/pull/1110)
37+
538
### Gazebo Rendering 9.1.0 (2025-01-27)
639

740
1. Visualize Frustum

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.1.0</version>
5+
<version>9.2.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)