From 39c55b23d96b0a0a8b517f1876c98e2691ef80e4 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Thu, 24 Mar 2016 17:36:10 -0700 Subject: [PATCH] upm: version 0.6.0 Signed-off-by: Mihai Tudor Panu --- CMakeLists.txt | 2 +- docs/changelog.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee15829c..132748f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND") message (WARNING " - Install git to compile a production UPM!") - set (VERSION "v0.5.1-dirty") + set (VERSION "v0.6.0-dirty") endif () message (INFO " - UPM Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index 40630a64..f73d6c34 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,19 @@ Changelog {#changelog} Here's a list summarizing some of the key undergoing changes to our library from earlier versions: +### v0.6.0 + + * Introduced C++ Interfaces for several sensor categories that will help + consolidate the sensor APIs with uniform function names upon implementation + * Greatly improved Node.js detection and handling during build and install, + and should be now compatible with all major versions + * Added a driver for the Curie IMU (accelerometer + gyroscope) that works with + the new Firmata support implemented by MRAA + * Continued to provide several JAVA fixes and examples + * Many new industrial and maker sensors: cwlsxxa, teams, tex00, h803x, apa102, + smartdrive, bmi160, bme280, ds1808lc, hlg150, lp8860, max44009, si1132, t6713, + si7005, ssd1351 + ### v0.5.1 * Updated the API and added new functionality for the MY9221 class and derived