File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11Name: sqlite
2- Version: 0.0.1
3- Date: 2022-10-12
2+ Version: 0.0.2
3+ Date: 2022-10-21
44Author: John Donoghue <john.donoghue@ieee.org>
55Maintainer: John Donoghue <john.donoghue@ieee.org>
66Title: Octave Sqlite Toolkit
Original file line number Diff line number Diff line change 1+ Summary of important user-visible changes for sqlite 0.0.2:
2+ -------------------------------------------------------------------
3+
4+ ** Documentation updates
5+
6+ ** New functions:
7+ - dbtable.writetable
8+ - readdbtable
9+
110Summary of important user-visible changes for sqlite 0.0.1:
211-------------------------------------------------------------------
312
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The toolkit can be installed in Octave 7.2+ using the command:
3434
3535On older versions of Octave, install the package using the full path to the latest released version:
3636
37- pkg install "https://github.com/gnu-octave/octave-sqlite/releases/download/v0.0.1 /octave-sqlite-0.0.1 .tar.gz"
37+ pkg install "https://github.com/gnu-octave/octave-sqlite/releases/download/v0.0.2 /octave-sqlite-0.0.2 .tar.gz"
3838
3939After installation, load the package in order to use it.
4040
Original file line number Diff line number Diff line change 1111@afourpaper
1212@paragraphindent 0
1313@finalout
14- @set VERSION 0.0.1
14+ @set VERSION 0.0.2
1515@set COPYRIGHT_DATE 2022
1616@c @afourwide
1717@c %*** End of the HEADER
Original file line number Diff line number Diff line change 1818# ## <http://www.gnu.org/licenses/>.
1919
2020AC_PREREQ ( [ 2.67] )
21- AC_INIT ( [ Octave sqlite] , [ 0.0.1 ] )
21+ AC_INIT ( [ Octave sqlite] , [ 0.0.2 ] )
2222AC_CONFIG_HEADERS ( [ config.h] )
2323AC_CONFIG_MACRO_DIRS([ m4] )
2424AH_TOP ( [ #include "undef-ah-octave.h"] )
You can’t perform that action at this time.
0 commit comments