Skip to content

Commit

Permalink
⬆️ 8.9.1 🏁
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina committed Dec 23, 2020
1 parent 0d47aeb commit e4e06b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set (SDF_PROTOCOL_VERSION 1.6)

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

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

### SDFormat 8.X.X (202X-XX-XX)
### SDFormat 8.9.1 (2020-12-23)

1. Fix suported shader types (normal_map_X_space)
* [Pull request 383](https://github.com/osrf/sdformat/pull/383)

1. CI updates
* [Pull request 392](https://github.com/osrf/sdformat/pull/392)
* [Pull request 414](https://github.com/osrf/sdformat/pull/414)

### SDFormat 8.9.0 (2020-09-04)

Expand Down

0 comments on commit e4e06b5

Please sign in to comment.