Skip to content

Commit

Permalink
Prepare for gz-sensors9.0.0~pre2 release (#467)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Aug 29, 2024
1 parent 46ea4be commit f3349a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 pre1)
gz_configure_project(VERSION_SUFFIX pre2)

#============================================================================
# Set project-specific options
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

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

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

1. Update badges to point to gz-sensors9
* [Pull request #463](https://github.com/gazebosim/gz-sensors/pull/463)

Expand Down

0 comments on commit f3349a2

Please sign in to comment.