Skip to content

Commit a07c98f

Browse files
authored
Prepare for 9.5.0 (#3152)
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent 275e881 commit a07c98f

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-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-sim9 VERSION 9.4.0)
6+
project(gz-sim9 VERSION 9.5.0)
77
set (GZ_DISTRIBUTION "Ionic")
88

99
#============================================================================

Changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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

528
1. Fix crash when setting debug visualization mode while gi is disabled (backport #3059)

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-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>

0 commit comments

Comments
 (0)