File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ include (GetGitRevisionDescription)
3030git_describe (VERSION "--tags" )
3131if ("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" )
3434endif ()
3535
3636message (INFO " - UPM Version ${VERSION} " )
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ Changelog {#changelog}
44Here's a list summarizing some of the key undergoing changes to our library
55from 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
You can’t perform that action at this time.
0 commit comments