File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-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-sim9 VERSION 9.4 .0)
6+ project (gz-sim9 VERSION 9.5 .0)
77set (GZ_DISTRIBUTION "Ionic" )
88
99#============================================================================
Original file line number Diff line number Diff line change 11## Gazebo Sim 9.x
22
3+ ### Gazebo Sim 9.5.0 (2025-10-23)
4+
5+ 1 . Clean up temporary home directory to make tests more robust
6+ * [ Pull request #3146 ] ( https://github.com/gazebosim/gz-sim/pull/3146 )
7+
8+ 1 . Fix UserCommands services so that they return the actual status the executed command
9+ * [ Pull request #2999 ] ( https://github.com/gazebosim/gz-sim/pull/2999 )
10+
11+ 1 . Add EntitySemantics system that enables setting categories and tags
12+ * [ Pull request #3005 ] ( https://github.com/gazebosim/gz-sim/pull/3005 )
13+
14+ 1 . Disable failing test on macOS in EntityComponentManager_TEST
15+ * [ Pull request #3113 ] ( https://github.com/gazebosim/gz-sim/pull/3113 )
16+
17+ 1 . Refactor Transport service handlers ` UserCommands `
18+ * [ Pull request #2996 ] ( https://github.com/gazebosim/gz-sim/pull/2996 )
19+
20+ 1 . Expose APIs for clearing the ECMs internal state tracking addition and removal
21+ * [ Pull request #3002 ] ( https://github.com/gazebosim/gz-sim/pull/3002 )
22+
23+ 1 . Fix xml syntax in shadow texture size tutorial
24+ * [ Pull request #3111 ] ( https://github.com/gazebosim/gz-sim/pull/3111 )
25+
326### Gazebo Sim 9.4.0 (2025-09-08)
427
5281 . Fix crash when setting debug visualization mode while gi is disabled (backport #3059 )
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-sim9</name >
5- <version >9.4 .0</version >
5+ <version >9.5 .0</version >
66 <description >Gazebo Sim : A Robotic Simulator</description >
77 <
maintainer email =
" [email protected] " >Michael Carroll</
maintainer >
88 <license >Apache License 2.0</license >
You can’t perform that action at this time.
0 commit comments