Skip to content

Commit

Permalink
mraa: Update to v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
  • Loading branch information
Propanu committed Sep 6, 2018
1 parent b07633c commit 967585c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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}")
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.md
Expand Up @@ -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
Expand Down

1 comment on commit 967585c

@arfoll
Copy link
Contributor

@arfoll arfoll commented on 967585c Sep 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

Please sign in to comment.