Skip to content

Commit

Permalink
maint: bump for v0.12.1
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
lostbard committed Jan 4, 2024
1 parent bd739ca commit f802571
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: arduino
Version: 0.12.0
Date: 2023-12-22
Version: 0.12.1
Date: 2023-01-04
Author: John Donoghue <[email protected]>
Maintainer: John Donoghue <[email protected]>
Title: Octave Arduino Toolkit
Expand All @@ -11,4 +11,5 @@ Categories: Arduino Toolkit
Depends: octave (>= 4.0.0), instrument-control (>= 0.5.0)
SystemRequirements: arduino-ide (>= 1.5)
License: GPLv3+
Url: https://octave.sourceforge.io/arduino/
Url: https://gnu-octave.github.io/octave-arduino/
Repository: https://github.com/gnu-octave/octave-arduino/
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Summary of important user-visible changes for arduino 0.12.1:
-------------------------------------------------------------------

** Bugfix for scanForArduinos to ensure release of serial port

** Use disp not display for object display functionality

Summary of important user-visible changes for arduino 0.12.0:
-------------------------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions doc/arduino.texi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\input texinfo @c -*-texinfo-*-
@c Copyright (c) 2018-2022, John Donoghue <[email protected]>
@c Copyright (c) 2018-2024, John Donoghue <[email protected]>
@c Octave Arduino - a somewhat Matlab compatible Arduino toolkit for GNU octave.

@c For manually generating the documentation use
Expand All @@ -11,7 +11,7 @@
@afourpaper
@paragraphindent 0
@finalout
@set COPYRIGHT_DATE 2018-2023
@set COPYRIGHT_DATE 2018-2024
@c @afourwide
@c %*** End of the HEADER

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

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

@end titlepage
@c %*** End of TITLEPAGE
Expand Down
2 changes: 1 addition & 1 deletion inst/+arduinoio/lib/LibraryBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define VERSION_MAJOR 0
#define VERSION_MINOR 12
#define VERSION_PATCH 0
#define VERSION_PATCH 1

#if defined(ARDUINO_SAM_DUE)
# define OCTAVE_COMMS_PORT SERIAL_PORT_MONITOR
Expand Down

0 comments on commit f802571

Please sign in to comment.