Skip to content

Commit 2d9be81

Browse files
committed
Update for v0.11.0
* DESCRIPTION, NEWS, inst/+arduinoio/lib/LibraryBase.h : update version, date
1 parent 26d5ee5 commit 2d9be81

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

DESCRIPTION

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

NEWS

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Summary of important user-visible changes for arduino 0.11.0:
2+
-------------------------------------------------------------------
3+
4+
** New board configurations:
5+
- Arduino Uno WIFI r4
6+
- Arduino Uno Minima r4
7+
8+
** Minor doc updates
9+
110
Summary of important user-visible changes for arduino 0.10.0:
211
-------------------------------------------------------------------
312

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 10
25+
#define VERSION_MINOR 11
2626
#define VERSION_PATCH 0
2727

2828
#if defined(ARDUINO_SAM_DUE)

0 commit comments

Comments
 (0)