Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 6.7.0 release #702

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-physics6 VERSION 6.6.0)
project(gz-physics6 VERSION 6.7.0)

#============================================================================
# Find gz-cmake
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Gazebo Physics 6.x

### Gazebo Physics 6.7.0 (2024-11-07)

1. Add no gravity link support
* [Pull request #633](https://github.com/gazebosim/gz-physics/pull/633)

1. Disable test failing due to ODE/libccd (backport #621)
* [Pull request #642](https://github.com/gazebosim/gz-physics/pull/642)
* [Pull request #621](https://github.com/gazebosim/gz-physics/pull/621)

1. Remove @mxgrey as code owner
* [Pull request #605](https://github.com/gazebosim/gz-physics/pull/605)

1. Require gz-math 6.13 for ign->gz transition
* [Pull request #601](https://github.com/gazebosim/gz-physics/pull/601)

### Gazebo Physics 6.6.0 (2024-06-11)

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