Skip to content

Commit

Permalink
Prepare for 8.0.0 (#693)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Sep 26, 2024
1 parent 6afc9a7 commit 8e28e94
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
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 pre2)
gz_configure_project(VERSION_SUFFIX)

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

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

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

1. Miscellaneous documentation fixes
* [Pull request #691](https://github.com/gazebosim/gz-physics/pull/691)
* [Pull request #689](https://github.com/gazebosim/gz-physics/pull/689)
* [Pull request #690](https://github.com/gazebosim/gz-physics/pull/690)
* [Pull request #688](https://github.com/gazebosim/gz-physics/pull/688)
* [Pull request #686](https://github.com/gazebosim/gz-physics/pull/686)
* [Pull request #684](https://github.com/gazebosim/gz-physics/pull/684)
* [Pull request #683](https://github.com/gazebosim/gz-physics/pull/683)
* [Pull request #682](https://github.com/gazebosim/gz-physics/pull/682)
* [Pull request #681](https://github.com/gazebosim/gz-physics/pull/681)

1. Remove deprecated functions
* [Pull request #673](https://github.com/gazebosim/gz-physics/pull/673)

Expand Down

0 comments on commit 8e28e94

Please sign in to comment.