File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ include (GetGitRevisionDescription)
2525git_describe (VERSION "--tags" )
2626if ("x_${VERSION} " STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION} " STREQUAL "x_-128-NOTFOUND" )
2727 message (WARNING " - Install git to compile a production UPM!" )
28- set (VERSION "v0.7.2 -dirty" )
28+ set (VERSION "v0.7.3 -dirty" )
2929endif ()
3030
3131message (INFO " - UPM Version ${VERSION} " )
Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ Changelog {#changelog}
44Here's a list summarizing some of the key undergoing changes to our library
55from earlier versions:
66
7+ ### v0.7.3
8+
9+ * Fixed several existing drivers and updated Grove Temperature sensor to use
10+ new formula for v1.1+ by default
11+ * Separated codebase for upm_grove module that bundles some of the starter kit
12+ sensors into individual source files
13+ * Documentation and doxygen tag updates with correct spelling for Celsius in
14+ several places, this also affects API compatibility
15+ * Removed superfluous BUILDSWIG option, some build recipes might be impacted
16+ * New sensor: ms5611
17+
718### v0.7.2
819
920 * Mraa 1.1.1 required changes to UPM drivers and examples for IIO core
You can’t perform that action at this time.
0 commit comments