From 04dc6df4297a7766d6f1a8fef9699d586e7e0d92 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Thu, 10 Sep 2015 13:50:35 -0700 Subject: [PATCH] upm: version 0.4.0 Signed-off-by: Mihai Tudor Panu --- CMakeLists.txt | 2 +- docs/changelog.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c6ea835..92ec96e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND") message (WARNING " - Install git to compile a production UPM!") - set (VERSION "v0.3.2-dirty") + set (VERSION "v0.4.0-dirty") endif () message (INFO " - UPM Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index 1b3c6af2..c627b4a3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,21 @@ Changelog {#changelog} Here's a list summarizing some of the key undergoing changes to our library from earlier versions: +### v0.4.0 + + * Fully functional and documented JAVA language bindings for sensors with + several examples also available + * Added standardized exception handling support across all language bindings + and updated sensors to use this feature + * Sensor drivers are now available and can be installed individually using NPM + for Node.js users + * Continuous Integration with Travis CI ensures new contributions are built + automatically once they are received + * API rewrite and improvements for hcsr04, sm130, eboled, loudness + * Documentation improvements and code style changes from C to C++ + * New sensors: hyld9767, mg811, wheelencoder, grovegprs, mpu9250, ssd1306, + es9257, lm35, mq4, mq6, mq7, mq8 + ### v0.3.2 * Introduced RPM package generation feature from cmake via cpack