Skip to content

Commit

Permalink
Merge branch 'gz-physics6' into mjcarroll/featherstone_detachable
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll authored Sep 19, 2023
2 parents 8d7d7f4 + f466300 commit 3c77597
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
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.4.0)
project(gz-physics6 VERSION 6.5.0)

#============================================================================
# Find gz-cmake
Expand Down
32 changes: 31 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
## Gazebo Physics 6.x

### Gazebo Physics 6.x.x (202X-XX-XX)
### Gazebo Physics 6.5.0 (2023-08-30)

1. Add optional binary relocatability
* [Pull request #507](https://github.com/gazebosim/gz-physics/pull/507)

1. Unregister collision detectors when the darstim plugin is unloaded
* [Pull request #529](https://github.com/gazebosim/gz-physics/pull/529)

1. Minor cleanup of dartsim
* [Pull request #515](https://github.com/gazebosim/gz-physics/pull/515)

1. Fix Github project automation for new project board
* [Pull request #527](https://github.com/gazebosim/gz-physics/pull/527)

1. Check that plugin exists before adding common test
* [Pull request #523](https://github.com/gazebosim/gz-physics/pull/523)

1. Clangtidy fixes
* [Pull request #514](https://github.com/gazebosim/gz-physics/pull/514)

### Gazebo Physics 6.4.0 (2023-05-22)

Expand Down Expand Up @@ -206,6 +224,18 @@

## Gazebo Physics 5.x

### Gazebo Physics 5.3.2 (2023-09-01)

1. Fix a crash due to an invalid pointer
* [Pull request #486](https://github.com/gazebosim/gz-physics/pull/486)

1. Infrastructure
* [Pull request #490](https://github.com/gazebosim/gz-physics/pull/490)
* [Pull request #488](https://github.com/gazebosim/gz-physics/pull/488)

1. Rename COPYING to LICENSE
* [Pull request #487](https://github.com/gazebosim/gz-physics/pull/487)

### Gazebo Physics 5.3.1 (2023-02-16)

1. Fix memory corruption due to faulty refcount tracking
Expand Down

0 comments on commit 3c77597

Please sign in to comment.