mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
upm: version 0.4.0
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
453a6eae0e
commit
04dc6df429
@ -30,7 +30,7 @@ include (GetGitRevisionDescription)
|
|||||||
git_describe (VERSION "--tags")
|
git_describe (VERSION "--tags")
|
||||||
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
|
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
|
||||||
message (WARNING " - Install git to compile a production UPM!")
|
message (WARNING " - Install git to compile a production UPM!")
|
||||||
set (VERSION "v0.3.2-dirty")
|
set (VERSION "v0.4.0-dirty")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
message (INFO " - UPM Version ${VERSION}")
|
message (INFO " - UPM Version ${VERSION}")
|
||||||
|
@ -4,6 +4,21 @@ Changelog {#changelog}
|
|||||||
Here's a list summarizing some of the key undergoing changes to our library
|
Here's a list summarizing some of the key undergoing changes to our library
|
||||||
from earlier versions:
|
from earlier versions:
|
||||||
|
|
||||||
|
### v0.4.0
|
||||||
|
|
||||||
|
* Fully functional and documented JAVA language bindings for sensors with
|
||||||
|
several examples also available
|
||||||
|
* Added standardized exception handling support across all language bindings
|
||||||
|
and updated sensors to use this feature
|
||||||
|
* Sensor drivers are now available and can be installed individually using NPM
|
||||||
|
for Node.js users
|
||||||
|
* Continuous Integration with Travis CI ensures new contributions are built
|
||||||
|
automatically once they are received
|
||||||
|
* API rewrite and improvements for hcsr04, sm130, eboled, loudness
|
||||||
|
* Documentation improvements and code style changes from C to C++
|
||||||
|
* New sensors: hyld9767, mg811, wheelencoder, grovegprs, mpu9250, ssd1306,
|
||||||
|
es9257, lm35, mq4, mq6, mq7, mq8
|
||||||
|
|
||||||
### v0.3.2
|
### v0.3.2
|
||||||
|
|
||||||
* Introduced RPM package generation feature from cmake via cpack
|
* Introduced RPM package generation feature from cmake via cpack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user