Skip to content

Commit 4faa71d

Browse files
committed
upm: v0.7.3
Signed-off-by: Mihai Tudor Panu <[email protected]>
1 parent 5265bad commit 4faa71d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include (GetGitRevisionDescription)
2525
git_describe (VERSION "--tags")
2626
if ("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")
2929
endif ()
3030

3131
message (INFO " - UPM Version ${VERSION}")

docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Changelog {#changelog}
44
Here's a list summarizing some of the key undergoing changes to our library
55
from 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

0 commit comments

Comments
 (0)