Skip to content

Commit 38c6311

Browse files
committed
bump versions for 0.0.3
* DESCRIPTION, doc/octave-sqlite.texi: update version, date * NEWS: add change log for 0.0.3
1 parent 8ba0b1c commit 38c6311

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: sqlite
2-
Version: 0.0.2
3-
Date: 2022-10-21
2+
Version: 0.0.3
3+
Date: 2023-03-27
44
Author: John Donoghue <john.donoghue@ieee.org>
55
Maintainer: John Donoghue <john.donoghue@ieee.org>
66
Title: Octave Sqlite Toolkit

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Summary of important user-visible changes for sqlite 0.0.3:
2+
-------------------------------------------------------------------
3+
4+
** Development octave compatability updates
5+
6+
** Function Changes:
7+
- dbtable.m: provide default for head and tail
8+
19
Summary of important user-visible changes for sqlite 0.0.2:
210
-------------------------------------------------------------------
311

doc/octave-sqlite.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
\input texinfo @c -*-texinfo-*-
2-
@c Copyright (c) 2022, John Donoghue <john.donoghue@ieee.org>
2+
@c Copyright (c) 2023, John Donoghue <john.donoghue@ieee.org>
33
@c Octave SQLITE Toolkit - Basic implementation of SQLITE Toolkit
44

55
@c For manually generating the documentation use
@@ -11,8 +11,8 @@
1111
@afourpaper
1212
@paragraphindent 0
1313
@finalout
14-
@set VERSION 0.0.2
15-
@set COPYRIGHT_DATE 2022
14+
@set VERSION 0.0.3
15+
@set COPYRIGHT_DATE 2022-2023
1616
@c @afourwide
1717
@c %*** End of the HEADER
1818

0 commit comments

Comments
 (0)