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

Prepare for gazebo9 9.18.0 #2997

Merged
merged 1 commit into from
May 10, 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 @@ string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER)

set (GAZEBO_MAJOR_VERSION 9)
set (GAZEBO_MINOR_VERSION 17)
set (GAZEBO_MINOR_VERSION 18)
# The patch version may have been bumped for prerelease purposes; be sure to
# check gazebo-release/ubuntu/debian/changelog@default to determine what the
# next patch version should be for a regular release.
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Gazebo 9

## Gazebo 9.18.0 (2021-05-07)

1. Check for nullptr in TopicManager::ConnectPubToSub
* A contribution from Emerson Knapp <emerson.b.knapp@gmail.com> (Amazon)
* [Pull request #2988](https://github.com/osrf/gazebo/pull/2988)
* [Issue #2875](https://github.com/osrf/gazebo/issues/2875)

## Gazebo 9.17.0 (2021-04-21)

1. Generate spot light shadow maps
Expand Down