Skip to content

Commit

Permalink
Prepare for 8.0.0 release (#278)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Sep 27, 2024
1 parent d8da500 commit dc94c9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR})
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

gz_configure_project(VERSION_SUFFIX pre1)
gz_configure_project(VERSION_SUFFIX)

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

### Gazebo Launch 8.0.0 (2024-09-XX)
### Gazebo Launch 8.0.0 (2024-09-25)

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

1. Fix crash and update launch file
* [Pull request #277](https://github.com/gazebosim/gz-launch/pull/277)

1. Miscellaneous documentation fixes
* [Pull request #276](https://github.com/gazebosim/gz-launch/pull/276)
* [Pull request #275](https://github.com/gazebosim/gz-launch/pull/275)
* [Pull request #274](https://github.com/gazebosim/gz-launch/pull/274)

1. Enable ubuntu noble on github actions, require cmake 3.22.1
* [Pull request #272](https://github.com/gazebosim/gz-launch/pull/272)

Expand Down

0 comments on commit dc94c9a

Please sign in to comment.