Skip to content

Commit 8e28e94

Browse files
authored
Prepare for 8.0.0 (#693)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 6afc9a7 commit 8e28e94

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
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 pre2)
19+
gz_configure_project(VERSION_SUFFIX)
2020

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

Changelog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
## Gazebo Physics 8.x
22

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

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

7+
1. Miscellaneous documentation fixes
8+
* [Pull request #691](https://github.com/gazebosim/gz-physics/pull/691)
9+
* [Pull request #689](https://github.com/gazebosim/gz-physics/pull/689)
10+
* [Pull request #690](https://github.com/gazebosim/gz-physics/pull/690)
11+
* [Pull request #688](https://github.com/gazebosim/gz-physics/pull/688)
12+
* [Pull request #686](https://github.com/gazebosim/gz-physics/pull/686)
13+
* [Pull request #684](https://github.com/gazebosim/gz-physics/pull/684)
14+
* [Pull request #683](https://github.com/gazebosim/gz-physics/pull/683)
15+
* [Pull request #682](https://github.com/gazebosim/gz-physics/pull/682)
16+
* [Pull request #681](https://github.com/gazebosim/gz-physics/pull/681)
17+
718
1. Remove deprecated functions
819
* [Pull request #673](https://github.com/gazebosim/gz-physics/pull/673)
920

0 commit comments

Comments
 (0)