From 967585c9ea0e1a8818d2172d2395d8502f6180a2 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Tue, 4 Sep 2018 04:42:55 -0700 Subject: [PATCH] mraa: Update to v2.0.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 e6e5d90..36d7e92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,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.9.0") + set (VERSION "v2.0.0") endif () message (STATUS "INFO - libmraa Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index c3d62c3..0d74e53 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. +**2.0.0** + * New platforms IEI Tank, Ultra-96, Rock960, Hikey960, Dragonboard 820c + * Added support for chardev GPIO devices with implementation on several boards + * Added string based I/O initialization for simpler integration with other frameworks + * Added GTest support for unit testing + * Extended named LED device APIs allowing them to be listed during board definition + * Removed packaging and CI for obsolete devkits + * Multiple bug fixes and cmake improvements + **1.9.0** * Added support for RPi Zero W * Added support for MIPS based Omega2 and Linkit Smart 7688