From 4fd1d0c0eacbe2cea3416eaac8e3595f0526bf8b Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 10 Jan 2020 10:54:48 +0700 Subject: [PATCH] Increase version to 0.16.0 for release update changelog --- changelog.md | 7 +++++++ libraries/Bluefruit52Lib/library.properties | 2 +- platform.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index a41cbd0ec..941802abc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Adafruit nRF52 Arduino Core Changelog +## 0.16.0 - 2020.01.10 + +- Fix Little FileSystem (LFS) reentrance issue, by serialize access to lfs_* API(). Huge thanks to @hentrygab for spending lots of his time on PR #397 +- Fix SPIM transfer with length > 64 KB bytes +- Fix #352 PDM issue +- SchedulerRTOS::startLoop() support stack size and task priority parameters + ## 0.15.1 - 2019.12.31 - Print::availableForWrite() return int instead of size_t diff --git a/libraries/Bluefruit52Lib/library.properties b/libraries/Bluefruit52Lib/library.properties index f858ea205..b82da9256 100644 --- a/libraries/Bluefruit52Lib/library.properties +++ b/libraries/Bluefruit52Lib/library.properties @@ -1,5 +1,5 @@ name=Adafruit Bluefruit nRF52 Libraries -version=0.15.1 +version=0.16.0 author=Adafruit maintainer=Adafruit sentence=Arduino library for nRF52-based Adafruit Bluefruit LE modules diff --git a/platform.txt b/platform.txt index 83af54779..19c660f87 100644 --- a/platform.txt +++ b/platform.txt @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA name=Adafruit nRF52 Boards -version=0.15.1 +version=0.16.0 # Compile variables # -----------------