Skip to content

Commit 4f710e0

Browse files
committed
maint: bump version to 0.12.2
1 parent 621d492 commit 4f710e0

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: arduino
2-
Version: 0.12.1
3-
Date: 2024-01-04
2+
Version: 0.12.2
3+
Date: 2025-04-16
44
Author: John Donoghue <[email protected]>
55
Maintainer: John Donoghue <[email protected]>
66
Title: Octave Arduino Toolkit

NEWS

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Summary of important user-visible changes for arduino 0.12.2:
2+
-------------------------------------------------------------------
3+
4+
** Added priortization of ports when scanning for arduinos.
5+
6+
** Updated search for arduino binary for ARDUINO_HOME env settings, and arduino-ide
7+
8+
** Bugfix: lsm6dso duplicate property name
9+
10+
** Minor doc updates
11+
112
Summary of important user-visible changes for arduino 0.12.1:
213
-------------------------------------------------------------------
314

inst/+arduinoio/lib/LibraryBase.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#define VERSION_MAJOR 0
2525
#define VERSION_MINOR 12
26-
#define VERSION_PATCH 1
26+
#define VERSION_PATCH 2
2727

2828
#if defined(ARDUINO_SAM_DUE)
2929
# define OCTAVE_COMMS_PORT SERIAL_PORT_MONITOR

0 commit comments

Comments
 (0)