From 58c800e246d3f7b7f2f4e58140386bcf0ba26693 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Wed, 12 Aug 2015 16:54:06 -0700 Subject: [PATCH] upm: version 0.3.2 Signed-off-by: Mihai Tudor Panu --- CMakeLists.txt | 2 +- docs/changelog.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 822f1330..dbab8378 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.1-dirty") + set (VERSION "v0.3.2-dirty") endif () message (INFO " - UPM Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index 7f5a59a2..1b3c6af2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,18 @@ Changelog {#changelog} Here's a list summarizing some of the key undergoing changes to our library from earlier versions: +### v0.3.2 + + * Introduced RPM package generation feature from cmake via cpack + * Performed a thorough documentation review and merged resulting changes, + 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. + * Extended doxygen tags for better integration with automated documentation + generators + * New sensors: rgbringcoder, hp20x, pn532, sainsmartks, lsm9ds0, eboled + ### v0.3.1 * Updated index pages for API documentation and cross-linked them