Skip to content

Commit db69c56

Browse files
authored
Prepare for 9.0.1 release (#655)
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
1 parent 14d04ab commit db69c56

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CMakeLists.txt

+1-1
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-gui9 VERSION 9.0.0)
6+
project(gz-gui9 VERSION 9.0.1)
77

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

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Gazebo GUI 9
22

3+
### Gazebo GUI 9.0.1 (2025-02-12)
4+
5+
1. Fix miscellaneous issues and warnings
6+
* [Pull request #652](https://github.com/gazebosim/gz-gui/pull/652)
7+
38
### Gazebo GUI 9.0.0 (2024-09-25)
49

510
1. **Baseline:** this includes all changes from 8.3.0 and earlier.

package.xml

+1-1
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-gui9</name>
5-
<version>9.0.0</version>
5+
<version>9.0.1</version>
66
<description>Gazebo GUI : Graphical interfaces for robotics applications</description>
77
<maintainer email="jennuine@google.com">Jenn Nguyen</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)