Skip to content

Commit 2f1bad1

Browse files
committed
upm: update to version 0.3.0
Signed-off-by: Mihai Tudor Panu <[email protected]>
1 parent 4438888 commit 2f1bad1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include (GetGitRevisionDescription)
3030
git_describe (VERSION "--tags")
3131
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
3232
message (WARNING " - Install git to compile a production libmraa!")
33-
set (VERSION "v0.2.0-dirty")
33+
set (VERSION "v0.3.0-dirty")
3434
endif ()
3535

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

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Changelog {#changelog}
44
Here's a list summarizing some of the key undergoing changes to our library
55
from earlier versions:
66

7+
### v0.3.0
8+
9+
* New CMake targets to build python and node documentation with Sphinx and
10+
Yuidoc
11+
* Edited sensor names, library descriptions and doxygen tags for consistency
12+
* Added support for several new sensors
13+
* Fixed the TH02 sensor driver and made major improvements to i2clcd driver
14+
* Updated and added new images for a lot of the existing sensors
15+
* Added this changelog
16+
717
### v0.2.0
818

919
* Passed 100 supported sensor drivers

0 commit comments

Comments
 (0)