From f802571d375bf5b9099de528b5fb9d2c85693ab6 Mon Sep 17 00:00:00 2001 From: JohnD Date: Thu, 4 Jan 2024 12:40:53 -0500 Subject: [PATCH] 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 --- DESCRIPTION | 7 ++++--- NEWS | 7 +++++++ doc/arduino.texi | 6 +++--- inst/+arduinoio/lib/LibraryBase.h | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1991fc8..b993366 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 Maintainer: John Donoghue Title: Octave Arduino Toolkit @@ -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/ diff --git a/NEWS b/NEWS index b2071c2..a1785ad 100644 --- a/NEWS +++ b/NEWS @@ -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: ------------------------------------------------------------------- diff --git a/doc/arduino.texi b/doc/arduino.texi index 6250641..04adeef 100644 --- a/doc/arduino.texi +++ b/doc/arduino.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c Copyright (c) 2018-2022, John Donoghue +@c Copyright (c) 2018-2024, John Donoghue @c Octave Arduino - a somewhat Matlab compatible Arduino toolkit for GNU octave. @c For manually generating the documentation use @@ -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 @@ -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 diff --git a/inst/+arduinoio/lib/LibraryBase.h b/inst/+arduinoio/lib/LibraryBase.h index 049e305..839c233 100644 --- a/inst/+arduinoio/lib/LibraryBase.h +++ b/inst/+arduinoio/lib/LibraryBase.h @@ -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