diff --git a/NEWS b/NEWS index 2362a9f..0b3b30c 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,14 @@ Copyright (C) Artyom V. Poptsov are permitted in any medium without royalty provided the copyright notice and this notice are preserved. +* Changes in version 0.7.1 (2023-10-22) +** =dsv= now handles =--number= option +This option allows to add numbers to rows and columns of a table. +** New procedure in =(dsv table)=: =table-number= +This procedure creates a new table from the one that passed as the parameter, +adding rows and columns numbering as the first column/first row. +** Update Texinfo documentation + * Changes in version 0.7.0 (2023-08-15) ** Guile-DSV now uses Guile State Machine Compiler (Guile-SMC) Guile-DSV now uses Guile State Machine Compiler (Guile-SMC) for the state diff --git a/configure.ac b/configure.ac index 346631b..70c14ad 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License along with Guile-DSV. If not, see . ]]) -AC_INIT([Guile-DSV], [0.7.0], [poptsov.artyom@gmail.com], +AC_INIT([Guile-DSV], [0.7.1], [poptsov.artyom@gmail.com], [guile-dsv], [https://github.com/artyom-poptsov/guile-dsv])