Skip to content

Commit

Permalink
馃巿 5.0.0 (#731)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina committed Apr 1, 2021
1 parent 7e157a4 commit e47d2d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ find_package(ignition-cmake2 2.3 REQUIRED)
#============================================================================
# Configure the project
#============================================================================
ign_configure_project(VERSION_SUFFIX pre1)
ign_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
15 changes: 14 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Ignition Gazebo 5.X.X (20XX-XX-XX)

### Ignition Gazebo 5.0.0 (20XX-XX-XX)
### Ignition Gazebo 5.0.0 (2021-03-30)

1. Added Ellipsoid and Capsule geometries
* [Pull request #581](https://github.com/ignitionrobotics/ign-gazebo/pull/581)
Expand Down Expand Up @@ -84,6 +84,19 @@
* [Pull request #616](https://github.com/ignitionrobotics/ign-gazebo/pull/616)
* [Pull request #622](https://github.com/ignitionrobotics/ign-gazebo/pull/622)

1. Documentation fixes
* [Pull request #727](https://github.com/ignitionrobotics/ign-gazebo/pull/727)
* [Pull request #710](https://github.com/ignitionrobotics/ign-gazebo/pull/710)

1. Replace deprecated function FreeGroup::CanonicalLink with FreeGroup::RootLink
* [Pull request #723](https://github.com/ignitionrobotics/ign-gazebo/pull/723)

1. Respect spotlight direction
* [Pull request #718](https://github.com/ignitionrobotics/ign-gazebo/pull/718)

1. Add UserCommands plugin to fuel.sdf
* [Pull request #719](https://github.com/ignitionrobotics/ign-gazebo/pull/719)

1. Change SelectedEntities to return a const ref
* [Pull request #571](https://github.com/ignitionrobotics/ign-gazebo/pull/571)

Expand Down

0 comments on commit e47d2d5

Please sign in to comment.