Skip to content

Commit

Permalink
Increase version to 0.16.0 for release
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
hathach committed Jan 10, 2020
1 parent 84b6f46 commit 4fd1d0c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/Bluefruit52Lib/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit Bluefruit nRF52 Libraries
version=0.15.1
version=0.16.0
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=Arduino library for nRF52-based Adafruit Bluefruit LE modules
Expand Down
2 changes: 1 addition & 1 deletion platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
# -----------------
Expand Down

0 comments on commit 4fd1d0c

Please sign in to comment.