Skip to content

Commit 2f22722

Browse files
authored
Prepare for 9.0.0 release (#472)
Signed-off-by: Ian Chen <[email protected]>
1 parent 67c755a commit 2f22722

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ find_package(gz-cmake4 REQUIRED)
1616
set(CMAKE_CXX_STANDARD 17)
1717
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1818

19-
gz_configure_project(VERSION_SUFFIX pre2)
19+
gz_configure_project(VERSION_SUFFIX)
2020

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

Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
## Gazebo Sensors 9
22

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

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

7+
1. Miscellaneous documentation fixes
8+
* [Pull request #471](https://github.com/gazebosim/gz-sensors/pull/471)
9+
* [Pull request #470](https://github.com/gazebosim/gz-sensors/pull/470)
10+
* [Pull request #469](https://github.com/gazebosim/gz-sensors/pull/469)
11+
* [Pull request #468](https://github.com/gazebosim/gz-sensors/pull/468)
12+
713
1. Add boundingbox_camera tutorial to the tutorials list
814
* [Pull request #466](https://github.com/gazebosim/gz-sensors/pull/466)
915

0 commit comments

Comments
 (0)