Skip to content

Commit 286c715

Browse files
cagueroscpeters
andauthored
Prepare for 6.7.0 release (#702)
* Prepare for 6.7.0 release. Signed-off-by: Carlos Agüero <caguero@openrobotics.org> Signed-off-by: Steve Peters <scpeters@openrobotics.org> Co-authored-by: Steve Peters <scpeters@openrobotics.org>
1 parent 0586dfc commit 286c715

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-physics6 VERSION 6.6.0)
6+
project(gz-physics6 VERSION 6.7.0)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## Gazebo Physics 6.x
22

3+
### Gazebo Physics 6.7.0 (2024-11-07)
4+
5+
1. Add no gravity link support
6+
* [Pull request #633](https://github.com/gazebosim/gz-physics/pull/633)
7+
8+
1. Disable test failing due to ODE/libccd (backport #621)
9+
* [Pull request #642](https://github.com/gazebosim/gz-physics/pull/642)
10+
* [Pull request #621](https://github.com/gazebosim/gz-physics/pull/621)
11+
12+
1. Remove @mxgrey as code owner
13+
* [Pull request #605](https://github.com/gazebosim/gz-physics/pull/605)
14+
15+
1. Require gz-math 6.13 for ign->gz transition
16+
* [Pull request #601](https://github.com/gazebosim/gz-physics/pull/601)
17+
318
### Gazebo Physics 6.6.0 (2024-06-11)
419

520
1. dartsim: optimize picking contact points with ODE collision detector

0 commit comments

Comments
 (0)