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
Show file tree
Hide file tree
Changes from 1 commit
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
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## 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 #621](https://github.com/gazebosim/gz-physics/pull/621)

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

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
Expand Down
Loading