Skip to content

Commit d110e5b

Browse files
authored
Prepare for 9.0.0 release (#644)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent 7e1d64f commit d110e5b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ find_package(gz-cmake4 REQUIRED)
1616
set(CMAKE_CXX_STANDARD 17)
1717

1818
set(CMAKE_CXX_STANDARD_REQUIRED ON)
19-
gz_configure_project(VERSION_SUFFIX pre1)
19+
gz_configure_project(VERSION_SUFFIX)
2020

2121
#============================================================================
2222
# Set project-specific options

Changelog.md

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

3-
### Gazebo GUI 9.0.0 (2024-09-XX)
3+
### Gazebo GUI 9.0.0 (2024-09-25)
44

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

7+
1. Only set shadow texture size if configured by the user in the SDFormat file
8+
* [Pull request #642](https://github.com/gazebosim/gz-gui/pull/642)
9+
10+
1. Miscellaneous documentation fixes
11+
* [Pull request #640](https://github.com/gazebosim/gz-gui/pull/640)
12+
* [Pull request #639](https://github.com/gazebosim/gz-gui/pull/639)
13+
* [Pull request #638](https://github.com/gazebosim/gz-gui/pull/638)
14+
715
1. Update badges for ionic gz-gui9
816
* [Pull request #636](https://github.com/gazebosim/gz-gui/pull/636)
917

0 commit comments

Comments
 (0)