Skip to content

Commit

Permalink
Cut release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Jan 6, 2023
1 parent c8f07a6 commit d65d905
Show file tree
Hide file tree
Showing 10 changed files with 4,751 additions and 4,644 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Tablicious Changelog
====================

Version 0.3.7 (in progress)
Version 0.3.7 (2023-01-05)
-----------------------------

* Fix installation under Octave 7.x. (#91)
* Fix orphaned sections in documentation.
* Add table.size_equal method. (#81)
* Add string.empty static method.

Internal refactoring:

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: tablicious
Version: 0.3.7-SNAPSHOT
Date: 2021-07-05
Version: 0.3.7
Date: 2023-01-05
Title: Tablicious - Tabular/Relational data for Octave
Author: Andrew Janke <floss@apjanke.net>
Maintainer: Andrew Janke <floss@apjanke.net>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The `string` and `categorical` support are incomplete, and less mature than the
To get started using or testing this project, install it using Octave's `pkg` function:

```octave
pkg install https://github.com/apjanke/octave-tablicious/releases/download/v0.3.6/tablicious-0.3.6.tar.gz
pkg install https://github.com/apjanke/octave-tablicious/releases/download/v0.3.7/tablicious-0.3.7.tar.gz
pkg load tablicious
```

Expand Down
2 changes: 1 addition & 1 deletion doc/TIMESTAMP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1625477616
1672972577
Binary file modified doc/Tablicious.qch
Binary file not shown.
8,267 changes: 4,152 additions & 4,115 deletions doc/tablicious.html

Large diffs are not rendered by default.

Loading

0 comments on commit d65d905

Please sign in to comment.