diff --git a/DESCRIPTION b/DESCRIPTION index 03417a5..838f3b1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Name: sqlite -Version: 0.0.2 -Date: 2022-10-21 +Version: 0.0.3 +Date: 2023-03-27 Author: John Donoghue Maintainer: John Donoghue Title: Octave Sqlite Toolkit diff --git a/NEWS b/NEWS index 45adbec..e899839 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Summary of important user-visible changes for sqlite 0.0.3: +------------------------------------------------------------------- + + ** Development octave compatability updates + + ** Function Changes: + - dbtable.m: provide default for head and tail + Summary of important user-visible changes for sqlite 0.0.2: ------------------------------------------------------------------- diff --git a/doc/octave-sqlite.texi b/doc/octave-sqlite.texi index 8c70ac7..646431f 100644 --- a/doc/octave-sqlite.texi +++ b/doc/octave-sqlite.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c Copyright (c) 2022, John Donoghue +@c Copyright (c) 2023, John Donoghue @c Octave SQLITE Toolkit - Basic implementation of SQLITE Toolkit @c For manually generating the documentation use @@ -11,8 +11,8 @@ @afourpaper @paragraphindent 0 @finalout -@set VERSION 0.0.2 -@set COPYRIGHT_DATE 2022 +@set VERSION 0.0.3 +@set COPYRIGHT_DATE 2022-2023 @c @afourwide @c %*** End of the HEADER