Skip to content

Commit 69c9eff

Browse files
committed
update changelog, increase version to 0.12.0
1 parent 59712df commit 69c9eff

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Next Release
44

5+
## 0.12.0 - 2019.08.05
6+
7+
- Update tinyusb core to support webUSB & vendor class
8+
- Added a couple delete operators to make std=gnu++14/17, PR #312 thanks to @kevinfrei
9+
- Fix Serial.read() return clean 8-bit, PR #308 thanks to @pyro9
10+
- Added availableForWrite(), PR #311 thanks to @pyro9
11+
512
## 0.11.1 - 2019.07.10
613

714
- Update tinyusb core to support USB MIDI

libraries/Bluefruit52Lib/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit Bluefruit nRF52 Libraries
2-
version=0.11.1
2+
version=0.12.0
33
author=Adafruit
44
maintainer=Adafruit <info@adafruit.com>
55
sentence=Arduino library for nRF52-based Adafruit Bluefruit LE modules

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818

1919
name=Adafruit nRF52 Boards
20-
version=0.11.1
20+
version=0.12.0
2121

2222
# Compile variables
2323
# -----------------

0 commit comments

Comments
 (0)