diff --git a/CMakeLists.txt b/CMakeLists.txt index 7750688a..b7087b35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND") message (WARNING " - Install git to compile a production UPM!") - set (VERSION "v0.6.0-dirty") + set (VERSION "v0.6.1-dirty") endif () message (INFO " - UPM Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index f73d6c34..dfd23e44 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,15 @@ Changelog {#changelog} Here's a list summarizing some of the key undergoing changes to our library from earlier versions: +### v0.6.1 + + * Fixed library build process for different configurations across multiple + environments reported by users. + * Fixed multiple GFX library header clash and improved SSD1351 compatibility + by changing SPI mode + * Added Node and Python array typemaps for nrf24l01 + * Added 2 new JAVA examples + ### v0.6.0 * Introduced C++ Interfaces for several sensor categories that will help