From 3d453811fb7760e14da1a3461e05bfba1893c2bd Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Thu, 11 Jun 2015 11:13:29 -0700 Subject: [PATCH] upm: update to version 0.3.1 Signed-off-by: Mihai Tudor Panu --- CMakeLists.txt | 4 ++-- docs/changelog.md | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d15b073..0c3e91a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ find_package (PkgConfig REQUIRED) # force a libmraa search and minimum required version every time a config is generated unset(MRAA_FOUND CACHE) -pkg_check_modules (MRAA REQUIRED mraa>=0.6.0) +pkg_check_modules (MRAA REQUIRED mraa>=0.6.2) message (INFO " found libmraa version: ${MRAA_VERSION}") # Appends the cmake/modules path to MAKE_MODULE_PATH variable. @@ -30,7 +30,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND") message (WARNING " - Install git to compile a production libmraa!") - set (VERSION "v0.3.0-dirty") + set (VERSION "v0.3.1-dirty") endif () message (INFO " - UPM Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index 0d07648b..8efa262e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,15 @@ Changelog {#changelog} Here's a list summarizing some of the key undergoing changes to our library from earlier versions: +### v0.3.1 + + * Updated index pages for API documentation and cross-linked them + * More images were added for Grove, Adafruit and Sparkfun sensors along with + licensing information + * Addressed several issues reported by static code analysis tools + * Added support for Grove NFC Tag sensor + * Fixed several typos in library and sensor names + ### v0.3.0 * New CMake targets to build python and node documentation with Sphinx and