Skip to content

Commit

Permalink
🎈 11.0.0 (#529)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Mar 31, 2021
1 parent 8496164 commit b9971ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set (SDF_MINOR_VERSION 0)
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}~pre3)
set (SDF_VERSION_FULL ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION}.${SDF_PATCH_VERSION})

string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
string(REGEX REPLACE "[0-9]+" "" PROJECT_NAME_NO_VERSION ${PROJECT_NAME})
Expand Down
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### libsdformat 11.X.X (202X-XX-XX)

### libsdformat 11.0.0 (202X-XX-XX)
### libsdformat 11.0.0 (2021-03-30)

1. Add ParserConfig class to encapsulate file path settings.
* [Pull request 439](https://github.com/osrf/sdformat/pull/439)
Expand Down Expand Up @@ -69,6 +69,7 @@
* [Pull request 275](https://github.com/osrf/sdformat/pull/275)
* [Pull request 250](https://github.com/osrf/sdformat/pull/250)
* [Pull request 243](https://github.com/osrf/sdformat/pull/243)
* [Pull request 524](https://github.com/osrf/sdformat/pull/524)

1. Implement SDFormat 1.8 Model Composition.
* [Pull request 426](https://github.com/osrf/sdformat/pull/426)
Expand Down

0 comments on commit b9971ff

Please sign in to comment.