Skip to content

Commit

Permalink
Prepare for 9.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Sep 25, 2024
1 parent 67c755a commit 4c9d9f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ find_package(gz-cmake4 REQUIRED)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

gz_configure_project(VERSION_SUFFIX pre2)
gz_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## Gazebo Sensors 9

### Gazebo Sensors 9.0.0 (2024-09-XX)
### Gazebo Sensors 9.0.0 (2024-09-25)

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

1. Miscellaneous documentation fixes
* [Pull request #471](https://github.com/gazebosim/gz-sensors/pull/471)
* [Pull request #470](https://github.com/gazebosim/gz-sensors/pull/470)
* [Pull request #469](https://github.com/gazebosim/gz-sensors/pull/469)
* [Pull request #468](https://github.com/gazebosim/gz-sensors/pull/468)

1. Add boundingbox_camera tutorial to the tutorials list
* [Pull request #466](https://github.com/gazebosim/gz-sensors/pull/466)

Expand Down

0 comments on commit 4c9d9f6

Please sign in to comment.