Skip to content

Commit

Permalink
Bump to 9.5.0 (#491)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Feb 11, 2021
1 parent b72da73 commit 2cb027e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project (sdformat9)
set (SDF_PROTOCOL_VERSION 1.7)

set (SDF_MAJOR_VERSION 9)
set (SDF_MINOR_VERSION 4)
set (SDF_MINOR_VERSION 5)
set (SDF_PATCH_VERSION 0)

set (SDF_VERSION ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION})
Expand Down
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

### libsdformat 9.5.0 (2021-02-11)

1. Add Windows installation
* [Pull request 463](https://github.com/osrf/sdformat/pull/463)

1. Add laser_retro in Visual
* [Pull request 454](https://github.com/osrf/sdformat/pull/454)

1. Wrap description tags in CDATA
* [Pull request 483](https://github.com/osrf/sdformat/pull/483)

### libsdformat 9.4.0 (2021-01-08)

1. Define `PATH_MAX` for Debian Hurd system
Expand Down

0 comments on commit 2cb027e

Please sign in to comment.