From 2cb027e7a2c81a641b7b0a7ca23e50466259cf8b Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Thu, 11 Feb 2021 11:56:10 -0800 Subject: [PATCH] Bump to 9.5.0 (#491) Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3dad12e54..25044fd50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/Changelog.md b/Changelog.md index 2613cd03d..279feba26 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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