Skip to content

Commit e47d2d5

Browse files
authored
🎈 5.0.0 (gazebosim#731)
Signed-off-by: Louise Poubel <louise@openrobotics.org>
1 parent 7e157a4 commit e47d2d5

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ find_package(ignition-cmake2 2.3 REQUIRED)
1414
#============================================================================
1515
# Configure the project
1616
#============================================================================
17-
ign_configure_project(VERSION_SUFFIX pre1)
17+
ign_configure_project(VERSION_SUFFIX)
1818

1919
#============================================================================
2020
# Set project-specific options

Changelog.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

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

87+
1. Documentation fixes
88+
* [Pull request #727](https://github.com/ignitionrobotics/ign-gazebo/pull/727)
89+
* [Pull request #710](https://github.com/ignitionrobotics/ign-gazebo/pull/710)
90+
91+
1. Replace deprecated function FreeGroup::CanonicalLink with FreeGroup::RootLink
92+
* [Pull request #723](https://github.com/ignitionrobotics/ign-gazebo/pull/723)
93+
94+
1. Respect spotlight direction
95+
* [Pull request #718](https://github.com/ignitionrobotics/ign-gazebo/pull/718)
96+
97+
1. Add UserCommands plugin to fuel.sdf
98+
* [Pull request #719](https://github.com/ignitionrobotics/ign-gazebo/pull/719)
99+
87100
1. Change SelectedEntities to return a const ref
88101
* [Pull request #571](https://github.com/ignitionrobotics/ign-gazebo/pull/571)
89102

0 commit comments

Comments
 (0)