Skip to content

Commit b998846

Browse files
committed
upm: v1.1.0
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
1 parent 4fff3a5 commit b998846

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
@@ -197,7 +197,7 @@ include (GetGitRevisionDescription)
197197
git_describe (VERSION "--tags")
198198
# If git_describe fails, use a dirty version
199199
if (${VERSION} MATCHES -NOTFOUND)
200-
set (VERSION "v1.0.2")
200+
set (VERSION "v1.1.0")
201201
message (WARNING "Failed to retrieve UPM version with 'git describe' (using "
202202
"${VERSION}). Check that git is installed and this is a valid git repo.")
203203
endif ()

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+
### v1.1.0
8+
9+
* Reworked cmake handling of internal and external dependencies
10+
* Documentation improvements for sensor names, sensor descriptions, external
11+
contributor guides and added new section on installing UPM on a supported OS
12+
* Fixed issues with C11 builds on some WRLinux gateways and Debian systems
13+
* New examples and functionality for speaker and ads1x15 modules
14+
* Modified JAVA builds to ensure the SWIG generated wrappers include all
15+
functionality and typemaps
16+
* New sensors: mcp2515, max30100, uartat, le910
17+
718
### v1.0.2
819

920
* Minor cmake changes for Java builds and Java examples are now toggled with

0 commit comments

Comments
 (0)