Skip to content

Commit

Permalink
Prepare for gz-sensors9.0.0~pre1 release (#465)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 authored Aug 28, 2024
1 parent ec5199b commit f8a1247
Show file tree
Hide file tree
Showing 2 changed files with 9 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)
gz_configure_project(VERSION_SUFFIX pre1)

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

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

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

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

1. Update changelog
* [Pull request #459](https://github.com/gazebosim/gz-sensors/pull/459)

1. Fix SphericalCoordinate deprecation warning in DVL sensor
* [Pull request #460](https://github.com/gazebosim/gz-sensors/pull/460)

Expand Down

0 comments on commit f8a1247

Please sign in to comment.