From f1f9d9ec2ed2a1c4fe0dc4d7896ab1239b4dd602 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Tue, 16 Feb 2016 18:08:35 -0800 Subject: [PATCH] upm: version 0.5.1 Signed-off-by: Mihai Tudor Panu --- CMakeLists.txt | 2 +- docs/changelog.md | 22 ++++++++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d424035..0a6f4fcb 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.0-dirty") + set (VERSION "v0.5.1-dirty") endif () message (INFO " - UPM Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index 61e3a1d3..40630a64 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,18 +4,28 @@ Changelog {#changelog} Here's a list summarizing some of the key undergoing changes to our library from earlier versions: +### v0.5.1 + + * Updated the API and added new functionality for the MY9221 class and derived + sensors: grovecircularled and groveledbar, along with new code samples that + show these changes + * Provided a fix for one JAVA example that uses interrupts and updated library + install paths + * Several documentation improvements and pictures were added for new sensors + * A few other sensors received minor patches + ### v0.5.0 * First implementations for industrial grade Modbus sensors, along with first - sensor examples that use the new iio system driver in MRAA. + sensor examples that use the new iio system driver in MRAA * Significant improvements to the stepmotor driver that will now allow precise - control using any GPIO pin and extended the API with new functionality. + control using any GPIO pin and extended the API with new functionality * Further improved JAVA bindings and sensor ISRs have been modified to - implement Runnable objects. + implement Runnable objects * Improved Python typemaps and error checking, documentation now includes - detailed function descriptions. + detailed function descriptions * Simplified the build process by eliminating the need to define redundant - MRAA related environment variables. + MRAA related environment variables * New sensors: nlgpio16, ads1x15, t3311, hdxxvxta, hwxpxx, rhusb, ili9341, apds9930, kxcjk1013 @@ -55,7 +65,7 @@ from earlier versions: includes last remaining images and grouping sensors by kits * Added support for Sparkfun Sensor Blocks (OLED & IMU) * Fully reworked API for at42qt1070, mpu9150 and lcd classes, while - maintaining backwards compatibility for existing lcd displays. + maintaining backwards compatibility for existing lcd displays * Extended doxygen tags for better integration with automated documentation generators * New sensors: rgbringcoder, hp20x, pn532, sainsmartks, lsm9ds0, eboled