Skip to content

Commit b0d6f7f

Browse files
committed
maint: bump to v0.1.0 for release
* DESCRIPTION: update version, date * NEWS: version, spellcheck * doc/octave-sqlite.texi: update (c) date * src/configure.ac: update date, version
1 parent 1e2a42d commit b0d6f7f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.3
3-
Date: 2023-03-27
2+
Version: 0.1.0
3+
Date: 2024-01-11
44
Author: John Donoghue <john.donoghue@ieee.org>
55
Maintainer: John Donoghue <john.donoghue@ieee.org>
66
Title: Octave Sqlite Toolkit

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Summary of important user-visible changes for sqlite 0.0.3+:
1+
Summary of important user-visible changes for sqlite 0.1.0:
22
-------------------------------------------------------------------
33

4-
** Development octave compatability updates
4+
** Development octave compatibility updates
55

66
** Documentation updates
77

@@ -14,14 +14,14 @@ Summary of important user-visible changes for sqlite 0.0.3+:
1414

1515
** Function Changes:
1616

17-
- dbtable: add better display or complex types
17+
- dbtable: add better display of complex types
1818

1919
- sqlread, fetch: add support for dbrowfilter
2020

2121
Summary of important user-visible changes for sqlite 0.0.3:
2222
-------------------------------------------------------------------
2323

24-
** Development octave compatability updates
24+
** Development octave compatibility updates
2525

2626
** Function Changes:
2727
- dbtable.m: provide default for head and tail

doc/octave-sqlite.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
\input texinfo @c -*-texinfo-*-
2-
@c Copyright (c) 2023, John Donoghue <john.donoghue@ieee.org>
2+
@c Copyright (c) 2023-2024, 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,7 +11,7 @@
1111
@afourpaper
1212
@paragraphindent 0
1313
@finalout
14-
@set COPYRIGHT_DATE 2022-2023
14+
@set COPYRIGHT_DATE 2022-2024
1515
@c @afourwide
1616
@c %*** End of the HEADER
1717

src/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
33
#
4-
### Copyright (C) 2022 John Donoghue <john.donoghue@ieee.org>
4+
### Copyright (C) 2022-2024 John Donoghue <john.donoghue@ieee.org>
55
###
66
### This program is free software; you can redistribute it and/or
77
### modify it under the terms of the GNU General Public License as
@@ -18,7 +18,7 @@
1818
### <http://www.gnu.org/licenses/>.
1919

2020
AC_PREREQ([2.67])
21-
AC_INIT([Octave sqlite], [0.0.2])
21+
AC_INIT([Octave sqlite], [0.1.0])
2222
AC_CONFIG_HEADERS([config.h])
2323
AC_CONFIG_MACRO_DIRS([m4])
2424
AH_TOP([#include "undef-ah-octave.h"])

0 commit comments

Comments
 (0)