浏览代码

upm: v0.6.1

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Mihai Tudor Panu 8 年前
父节点
当前提交
655ccee9af
共有 2 个文件被更改,包括 10 次插入1 次删除
  1. 1
    1
      CMakeLists.txt
  2. 9
    0
      docs/changelog.md

+ 1
- 1
CMakeLists.txt 查看文件

@@ -30,7 +30,7 @@ include (GetGitRevisionDescription)
30 30
 git_describe (VERSION "--tags")
31 31
 if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
32 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 34
 endif ()
35 35
 
36 36
 message (INFO " - UPM Version ${VERSION}")

+ 9
- 0
docs/changelog.md 查看文件

@@ -4,6 +4,15 @@ Changelog                         {#changelog}
4 4
 Here's a list summarizing some of the key undergoing changes to our library
5 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 16
 ### v0.6.0
8 17
 
9 18
  * Introduced C++ Interfaces for several sensor categories that will help