From fbb7d9232067eac3f4508a37a8f7ea0c4fcebacb Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Thu, 15 Feb 2018 15:08:49 -0800 Subject: [PATCH] mraa: Update to v1.9.0 Signed-off-by: Mihai Tudor Panu --- CMakeLists.txt | 2 +- docs/changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a21a982..439b85b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_HEAD-HASH-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND") message (WARNING " - Install git to compile a production libmraa!") - set (VERSION "v1.8.0") + set (VERSION "v1.9.0") endif () message (STATUS "INFO - libmraa Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index a47dcad..c3d62c3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,15 @@ This changelog is meant as a quick & rough guide to what has changed between versions. The API is now fairly stable but when new calls/features are added they are listed here. Anything pre 0.2.x is ignored. +**1.9.0** + * Added support for RPi Zero W + * Added support for MIPS based Omega2 and Linkit Smart 7688 + * New APIs for sysfs onboard LED control using the gpio-leds driver + * Restructured and cleaned-up examples + * Improved documentation generation and CI integration + * Static analysis fixes, added SonarQube badge + * Enhanced Node.js detection on some Linux distros (OpenSUSE) + **1.8.0** * Added Up2 support & grovePi subplatform support * Various improvements on 96board, rpi, beaglebone & Up boards