Skip to content

Commit

Permalink
upm: v1.5.0
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 Oct 10, 2017
1 parent 1663327 commit b901005
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -216,7 +216,7 @@ include (GetGitRevisionDescription)
git_describe (VERSION "--tags")
# If git_describe fails, use a dirty version
if (${VERSION} MATCHES -NOTFOUND)
set (VERSION "v1.3.0")
set (VERSION "v1.5.0")
message (WARNING "Failed to retrieve UPM version with 'git describe' (using "
"${VERSION}). Check that git is installed and this is a valid git repo.")
endif ()
Expand Down
6 changes: 6 additions & 0 deletions docs/apichanges.md
Expand Up @@ -4,6 +4,12 @@ API Changes {#apichanges}
Here's a list of other API changes made to the library that break source/binary
compatibility between releases:

# v1.5.0

* **VEML6070** This sensor class no longer needs an I2C address when
initialized, since they are fixed. Only the I2C bus number needs to
be provided.

# v1.3.0

* **The lsm303 driver has been renamed** There are a variety of
Expand Down
14 changes: 14 additions & 0 deletions docs/changelog.md
Expand Up @@ -4,6 +4,20 @@ Changelog {#changelog}
Here's a list summarizing some of the key undergoing changes to our library
from earlier versions:

### v1.5.0

* Introduced a flexible JSON format for technical sensor specifications, notes
and classification. This is also used by our [new UPM website](http://upm.mraa.io)
* Revised all C++ sensor examples and switched to stack allocations where
possible along with other code and formatting clean-up
* Significantly improved docker workflow, CI integration, sanity and
consistency tests, static code scans and documentation generation
* Several improvements to a couple of existing sensor drivers and better
compatibility with subplatforms
* Added new std::vector to AbstractList<> typemap for Java bindings and
examples
* New sensors: lis2ds12, lsm6ds3h, lsm6dsl, lidarlitev3

### v1.3.0

* Finalized all required build system and JAVA binding changes to release the
Expand Down

0 comments on commit b901005

Please sign in to comment.