Skip to content

Commit 0a2708e

Browse files
committed
Release 0.3.1
1 parent 98d295a commit 0a2708e

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.1] - 2026-01-18
6+
7+
### Fixed
8+
- Use correct linker script when adafruit bootloader is selected
9+
510
## [0.3.0] - 2025-09-05
611

712
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework-n-able-arduino",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Arduino Wiring-based Framework for Arm BLE devices supported by the NimBLE stack",
55
"keywords": [
66
"framework",

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=ARM (Nim)BLE Boards
20-
version=0.3.0
20+
version=0.3.1
2121

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

0 commit comments

Comments
 (0)