Skip to content

Commit 48bb874

Browse files
authored
Prepare for 9.4.0 release (#1166)
Signed-off-by: Ian Chen <[email protected]>
1 parent 23cdd5a commit 48bb874

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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.3.0)
6+
project(gz-rendering9 VERSION 9.4.0)
77

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

Changelog.md

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

33
### Gazebo Rendering 9.X
44

5+
### Gazebo Rendering 9.4.0 (2025-09-05)
6+
7+
1. Add bazel build for ogre2 engine
8+
* [Pull request #1157](https://github.com/gazebosim/gz-rendering/pull/1157)
9+
510
### Gazebo Rendering 9.3.0 (2025-07-25)
611

712
1. Guard against bad memory access in RenderPassSystem

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.3.0</version>
5+
<version>9.4.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)