Skip to content

Commit

Permalink
🎈 6.1.0 (#441)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
mjcarroll and ahcorde authored Oct 27, 2022
1 parent ff053ae commit 96425a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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.0.0)
project(gz-physics6 VERSION 6.1.0)

#============================================================================
# Find gz-cmake
Expand Down
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

### Gazebo Physics 6.x.x (202X-XX-XX)

### Gazebo Physics 6.1.0 (2022-10-27)

1. Removed GetCollision API it's redundant
* [Pull request #444](https://github.com/gazebosim/gz-physics/pull/444)

1. Add bullet-featherstone plugin
* [Pull request #373](https://github.com/gazebosim/gz-physics/pull/373)

1. Fix bullet cmake, probably bad merge
* [Pull request #436](https://github.com/gazebosim/gz-physics/pull/436)

### Gazebo Physics 6.0.0 (2022-09-21)

1. Improved documentation and instructions
Expand Down

0 comments on commit 96425a2

Please sign in to comment.