Skip to content

Commit dc94c9a

Browse files
authored
Prepare for 8.0.0 release (#278)
Signed-off-by: Ian Chen <[email protected]>
1 parent d8da500 commit dc94c9a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR})
1717
set(CMAKE_CXX_STANDARD 17)
1818
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1919

20-
gz_configure_project(VERSION_SUFFIX pre1)
20+
gz_configure_project(VERSION_SUFFIX)
2121

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

Changelog.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
## Gazebo Launch 8.x
22

3-
### Gazebo Launch 8.0.0 (2024-09-XX)
3+
### Gazebo Launch 8.0.0 (2024-09-25)
44

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

7+
1. Fix crash and update launch file
8+
* [Pull request #277](https://github.com/gazebosim/gz-launch/pull/277)
9+
10+
1. Miscellaneous documentation fixes
11+
* [Pull request #276](https://github.com/gazebosim/gz-launch/pull/276)
12+
* [Pull request #275](https://github.com/gazebosim/gz-launch/pull/275)
13+
* [Pull request #274](https://github.com/gazebosim/gz-launch/pull/274)
14+
715
1. Enable ubuntu noble on github actions, require cmake 3.22.1
816
* [Pull request #272](https://github.com/gazebosim/gz-launch/pull/272)
917

0 commit comments

Comments
 (0)