Skip to content

Commit f8a1247

Browse files
authored
Prepare for gz-sensors9.0.0~pre1 release (#465)
Signed-off-by: Ian Chen <[email protected]>
1 parent ec5199b commit f8a1247

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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)
19+
gz_configure_project(VERSION_SUFFIX pre1)
2020

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

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
1. **Baseline:** this includes all changes from 8.2.0 and earlier.
6+
7+
1. Update badges to point to gz-sensors9
8+
* [Pull request #463](https://github.com/gazebosim/gz-sensors/pull/463)
9+
10+
1. Update changelog
11+
* [Pull request #459](https://github.com/gazebosim/gz-sensors/pull/459)
12+
513
1. Fix SphericalCoordinate deprecation warning in DVL sensor
614
* [Pull request #460](https://github.com/gazebosim/gz-sensors/pull/460)
715

0 commit comments

Comments
 (0)