Skip to content

Commit

Permalink
Merged in bump_8.8.0 (pull request gazebosim#674)
Browse files Browse the repository at this point in the history
Bump to 8.8.0

Approved-by: Ian Chen <ichen@osrfoundation.org>
  • Loading branch information
chapulina committed Mar 19, 2020
2 parents 976dbbd + 5f5b100 commit 8099bcb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ project (sdformat8)
set (SDF_PROTOCOL_VERSION 1.6)

set (SDF_MAJOR_VERSION 8)
set (SDF_MINOR_VERSION 7)
set (SDF_PATCH_VERSION 1)
set (SDF_MINOR_VERSION 8)
set (SDF_PATCH_VERSION 0)

set (SDF_VERSION ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION})
set (SDF_VERSION_FULL ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION}.${SDF_PATCH_VERSION})
Expand Down
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## SDFormat 8.0

### SDFormat 8.X.X (201X-XX-XX)
### SDFormat 8.X.X (202X-XX-XX)

### SDFormat 8.8.0 (2020-03-18)

1. Add Transparency to visual DOM
* [Pull request 671](https://bitbucket.org/osrf/sdformat/pull-requests/671)
Expand All @@ -18,6 +20,10 @@

1. Remove URI scheme, if present, when finding files.
* [Pull request 650](https://bitbucket.org/osrf/sdformat/pull-requests/650)
* [Pull request 652](https://bitbucket.org/osrf/sdformat/pull-requests/652)

1. Rename SDF to SDFormat / libsdformat on documentation
* [Pull request 666](https://bitbucket.org/osrf/sdformat/pull-requests/666)

### SDFormat 8.7.1 (2020-01-13)

Expand Down

0 comments on commit 8099bcb

Please sign in to comment.