Skip to content

Commit 2213e86

Browse files
committed
maint: update version 0.1.2
* DESCRIPTION, README.md, src/configure.ac: bump version number * NEWS: add 0.1.2 change log entry
1 parent be12e9c commit 2213e86

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-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.1.1
3-
Date: 2025-10-11
2+
Version: 0.1.2
3+
Date: 2025-12-17
44
Author: John Donoghue <john.donoghue@ieee.org>
55
Maintainer: John Donoghue <john.donoghue@ieee.org>
66
Title: Octave Sqlite Toolkit

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Summary of important user-visible changes for sqlite 0.1.2:
2+
-------------------------------------------------------------------
3+
4+
** Documentation updates
5+
6+
** Update sqlfind to avild nested cells
7+
8+
** update sqlwrite to allow empty data
9+
110
Summary of important user-visible changes for sqlite 0.1.1:
211
-------------------------------------------------------------------
312

@@ -7,6 +16,7 @@ Summary of important user-visible changes for sqlite 0.1.1:
716

817
** Update sql query for "'" not '"'
918

19+
1020
Summary of important user-visible changes for sqlite 0.1.0:
1121
-------------------------------------------------------------------
1222

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The toolkit can be installed in Octave 7.2+ using the command:
3636

3737
On older versions of Octave, install the package using the full path to the latest released version:
3838

39-
pkg install "https://github.com/gnu-octave/octave-sqlite/releases/download/v0.1.0/octave-sqlite-0.1.0.tar.gz"
39+
pkg install "https://github.com/gnu-octave/octave-sqlite/releases/download/v0.1.2/octave-sqlite-0.1.2.tar.gz"
4040

4141
After installation, load the package in order to use it.
4242

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-2024 John Donoghue <john.donoghue@ieee.org>
4+
### Copyright (C) 2022-2025 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.1.0])
21+
AC_INIT([Octave sqlite], [0.1.2])
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)