Skip to content

Commit f802571

Browse files
committed
maint: bump for v0.12.1
* DESCRIPTION: update to 0.12.1, update urls * NEWS: add change log for 0.12.1 * inst/+arduinoio/lib/LibraryBase.h: bump version * doc/arduino.texi: update url, (c) date
1 parent bd739ca commit f802571

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

DESCRIPTION

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: arduino
2-
Version: 0.12.0
3-
Date: 2023-12-22
2+
Version: 0.12.1
3+
Date: 2023-01-04
44
Author: John Donoghue <[email protected]>
55
Maintainer: John Donoghue <[email protected]>
66
Title: Octave Arduino Toolkit
@@ -11,4 +11,5 @@ Categories: Arduino Toolkit
1111
Depends: octave (>= 4.0.0), instrument-control (>= 0.5.0)
1212
SystemRequirements: arduino-ide (>= 1.5)
1313
License: GPLv3+
14-
Url: https://octave.sourceforge.io/arduino/
14+
Url: https://gnu-octave.github.io/octave-arduino/
15+
Repository: https://github.com/gnu-octave/octave-arduino/

NEWS

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Summary of important user-visible changes for arduino 0.12.1:
2+
-------------------------------------------------------------------
3+
4+
** Bugfix for scanForArduinos to ensure release of serial port
5+
6+
** Use disp not display for object display functionality
7+
18
Summary of important user-visible changes for arduino 0.12.0:
29
-------------------------------------------------------------------
310

doc/arduino.texi

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
\input texinfo @c -*-texinfo-*-
2-
@c Copyright (c) 2018-2022, John Donoghue <[email protected]>
2+
@c Copyright (c) 2018-2024, John Donoghue <[email protected]>
33
@c Octave Arduino - a somewhat Matlab compatible Arduino toolkit for GNU octave.
44

55
@c For manually generating the documentation use
@@ -11,7 +11,7 @@
1111
@afourpaper
1212
@paragraphindent 0
1313
@finalout
14-
@set COPYRIGHT_DATE 2018-2023
14+
@set COPYRIGHT_DATE 2018-2024
1515
@c @afourwide
1616
@c %*** End of the HEADER
1717

@@ -63,7 +63,7 @@ Octave that you have. The precise conditions can be found in the
6363
Octave arduino package and that also appears in @ref{Copying}.
6464

6565
To download a copy of the @acronym{GNU} Octave arduino package, please visit
66-
@url{http://octave.sourceforge.net/arduino/}.
66+
@url{https://github.com/gnu-octave/octave-arduino/releases}.
6767

6868
@end titlepage
6969
@c %*** End of TITLEPAGE

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 0
26+
#define VERSION_PATCH 1
2727

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

0 commit comments

Comments
 (0)