Skip to content

Commit 1445341

Browse files
authored
Prepare for 7.0.0 Release (#557)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 2f14e8b commit 1445341

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ find_package(gz-cmake3 REQUIRED)
1616
set(CMAKE_CXX_STANDARD 17)
1717
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1818

19-
gz_configure_project(VERSION_SUFFIX pre4)
19+
gz_configure_project(VERSION_SUFFIX)
2020

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

Changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Gazebo Physics 7.x
22

3-
### Gazebo Physics 7.x.x (202X-XX-XX)
3+
### Gazebo Physics 7.0.0 (2023-09-29)
4+
5+
1. dartsim: Fix sign convention error with contact surface motion velocities
6+
* [Pull request #556](https://github.com/gazebosim/gz-physics/pull/556)
47

58
1. Make dartsim/World.hh header private
69
* [Pull request #551](https://github.com/gazebosim/gz-physics/pull/551)

0 commit comments

Comments
 (0)