Skip to content

Commit 444aa5c

Browse files
committed
release 0.12.0
* DESCRIPTION, inst/+arduinoio/lib/LibraryBase.h: update version * NEWS: finalize change log * README.md: add nano esp32
1 parent 60b4f1d commit 444aa5c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: arduino
2-
Version: 0.11.0
3-
Date: 2023-07-19
2+
Version: 0.12.0
3+
Date: 2023-12-22
44
Author: John Donoghue <[email protected]>
55
Maintainer: John Donoghue <[email protected]>
66
Title: Octave Arduino Toolkit

NEWS

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Summary of important user-visible changes for arduino 0.11.0+:
1+
Summary of important user-visible changes for arduino 0.12.0:
22
-------------------------------------------------------------------
33

44
** Minor doc changes
@@ -10,6 +10,8 @@ Summary of important user-visible changes for arduino 0.11.0+:
1010

1111
** Added additional scanForArduinos functionality
1212

13+
** expanded search for arduino binary
14+
1315
Summary of important user-visible changes for arduino 0.11.0:
1416
-------------------------------------------------------------------
1517

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Currently the toolkit recognizes these boards:
8888

8989
* nano rp2040 connect
9090

91+
* nano esp32
92+
9193
* promini
9294

9395
* promicro

inst/+arduinoio/lib/LibraryBase.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <Arduino.h>
2323

2424
#define VERSION_MAJOR 0
25-
#define VERSION_MINOR 11
25+
#define VERSION_MINOR 12
2626
#define VERSION_PATCH 0
2727

2828
#if defined(ARDUINO_SAM_DUE)

0 commit comments

Comments
 (0)