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

🎈 5.1.0 #896

Merged
merged 1 commit into from
Jun 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -14,7 +14,7 @@ find_package(ignition-cmake2 2.8.0 REQUIRED)
#============================================================================
# Configure the project
#============================================================================
ign_configure_project(VERSION_SUFFIX pre1)
ign_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

### Ignition Gazebo 5.1.0 (2021-06-28)
### Ignition Gazebo 5.1.0 (2021-06-29)

1. Depend on SDF 11.2, rendering 5.1 and GUI 5.1. Fix Windows.
1. Depend on SDF 11.2.1, rendering 5.1 and GUI 5.1. Fix Windows.
* [Pull request #877](https://github.com/ignitionrobotics/ign-gazebo/pull/877)

1. Set gui camera pose
Expand Down