Skip to content

Commit

Permalink
upm: version 0.3.2
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 Aug 13, 2015
1 parent 48a8d3e commit 58c800e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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}")
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.md
Expand Up @@ -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
Expand Down

0 comments on commit 58c800e

Please sign in to comment.