From a2698fd560c9fa7917de33a65601bea50d218481 Mon Sep 17 00:00:00 2001 From: Noel Eck Date: Mon, 21 Nov 2016 12:20:03 -0800 Subject: [PATCH] upm: v1.0.1 Signed-off-by: Noel Eck --- CMakeLists.txt | 2 +- docs/changelog.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0a4cdb1..b47f776a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -187,7 +187,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") # If git_describe fails, use a dirty version if (${VERSION} MATCHES -NOTFOUND) - set (VERSION "v1.0.0-dirty") + set (VERSION "v1.0.1-dirty") message (WARNING "Failed to retrieve UPM version with 'git describe' (using " "${VERSION}). Check that git is installed and this is a valid git repo.") endif () diff --git a/docs/changelog.md b/docs/changelog.md index 6211c263..f0838a83 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,13 @@ Changelog {#changelog} Here's a list summarizing some of the key undergoing changes to our library from earlier versions: +### v1.0.1 + + * Warnings as errors enabled for C/CXX (fixed warnings from -Wall and others) + * Fix for C/CXX compile flag append issue #485 + * C sensor libraries for: my9221, otp538u, guvas12d, ppd42ns + * New sensor: ms5803 + ### v1.0.0 * Added approximately 50 C sources for UPM drivers that can be used on both