Skip to content

Commit 8ddbcde

Browse files
committed
mraa: Update to v.1.7.0
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
1 parent a0332b1 commit 8ddbcde

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ include (GetGitRevisionDescription)
9191
git_describe (VERSION "--tags")
9292
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_HEAD-HASH-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
9393
message (WARNING " - Install git to compile a production libmraa!")
94-
set (VERSION "v1.6.1")
94+
set (VERSION "v1.7.0")
9595
endif ()
9696

9797
message (STATUS "INFO - libmraa Version ${VERSION}")

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This changelog is meant as a quick & rough guide to what has changed between
55
versions. The API is now fairly stable but when new calls/features are added
66
they are listed here. Anything pre 0.2.x is ignored.
77

8+
**1.7.0**
9+
* Peripheral I/O support for Android Things
10+
* Deprecation of node v0.10.x and 0.12.x
11+
* Documetnatino improvements
12+
813
**1.6.1**
914
* mraa-deinit bug fix
1015
* rpi3 fix

0 commit comments

Comments
 (0)