From 5d5fade0c705f38ea0ad0224eeabf4f181932a3b Mon Sep 17 00:00:00 2001 From: chapulina Date: Fri, 13 Dec 2019 23:00:48 -0800 Subject: [PATCH 1/2] Bump to 8.7.0 --- CMakeLists.txt | 4 ++-- Changelog.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de7afcf90..58b65be3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,8 @@ project (sdformat8) set (SDF_PROTOCOL_VERSION 1.6) set (SDF_MAJOR_VERSION 8) -set (SDF_MINOR_VERSION 6) -set (SDF_PATCH_VERSION 1) +set (SDF_MINOR_VERSION 7) +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}) diff --git a/Changelog.md b/Changelog.md index 1debff7d1..8a35165f5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,18 @@ 1. Unversioned lib name for cmds * [Pull request 612](https://bitbucket.org/osrf/sdformat/pull-requests/612) +1. Remove some URDF error messages + * [Pull request 605](https://bitbucket.org/osrf/sdformat/pull-requests/605) + +1. Fix parsing URDF without inside + * [Pull request 608](https://bitbucket.org/osrf/sdformat/pull-requests/608) + +1. Backport URDF multiplication and linter + * [Pull request 632](https://bitbucket.org/osrf/sdformat/pull-requests/632) + +1. Add clipping for depth camera on rgbd camera sensor + * [Pull request 628](https://bitbucket.org/osrf/sdformat/pull-requests/628) + ### SDFormat 8.6.0 (2019-11-20) 1. configure.bat: use ign-math6, not gz11 From 92c4bd5c8c9f2d533e269ac478b7800ee36d4d98 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Sat, 14 Dec 2019 07:23:56 +0000 Subject: [PATCH 2/2] Close branch bump_8.7.0