Browse Source

upm: v0.6.1

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Mihai Tudor Panu 8 years ago
parent
commit
655ccee9af
2 changed files with 10 additions and 1 deletions
  1. 1
    1
      CMakeLists.txt
  2. 9
    0
      docs/changelog.md

+ 1
- 1
CMakeLists.txt View File

30
 git_describe (VERSION "--tags")
30
 git_describe (VERSION "--tags")
31
 if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
31
 if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
32
   message (WARNING " - Install git to compile a production UPM!")
32
   message (WARNING " - Install git to compile a production UPM!")
33
-  set (VERSION "v0.6.0-dirty")
33
+  set (VERSION "v0.6.1-dirty")
34
 endif ()
34
 endif ()
35
 
35
 
36
 message (INFO " - UPM Version ${VERSION}")
36
 message (INFO " - UPM Version ${VERSION}")

+ 9
- 0
docs/changelog.md View File

4
 Here's a list summarizing some of the key undergoing changes to our library
4
 Here's a list summarizing some of the key undergoing changes to our library
5
 from earlier versions:
5
 from earlier versions:
6
 
6
 
7
+### v0.6.1
8
+
9
+ * Fixed library build process for different configurations across multiple
10
+ environments reported by users.
11
+ * Fixed multiple GFX library header clash and improved SSD1351 compatibility
12
+ by changing SPI mode
13
+ * Added Node and Python array typemaps for nrf24l01
14
+ * Added 2 new JAVA examples
15
+
7
 ### v0.6.0
16
 ### v0.6.0
8
 
17
 
9
  * Introduced C++ Interfaces for several sensor categories that will help
18
  * Introduced C++ Interfaces for several sensor categories that will help