mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
upm: update to version 0.3.0
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
443888825f
commit
2f1bad1c29
@ -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 libmraa!")
|
message (WARNING " - Install git to compile a production libmraa!")
|
||||||
set (VERSION "v0.2.0-dirty")
|
set (VERSION "v0.3.0-dirty")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
message (INFO " - UPM Version ${VERSION}")
|
message (INFO " - UPM Version ${VERSION}")
|
||||||
|
@ -4,6 +4,16 @@ 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.3.0
|
||||||
|
|
||||||
|
* New CMake targets to build python and node documentation with Sphinx and
|
||||||
|
Yuidoc
|
||||||
|
* Edited sensor names, library descriptions and doxygen tags for consistency
|
||||||
|
* Added support for several new sensors
|
||||||
|
* Fixed the TH02 sensor driver and made major improvements to i2clcd driver
|
||||||
|
* Updated and added new images for a lot of the existing sensors
|
||||||
|
* Added this changelog
|
||||||
|
|
||||||
### v0.2.0
|
### v0.2.0
|
||||||
|
|
||||||
* Passed 100 supported sensor drivers
|
* Passed 100 supported sensor drivers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user