Skip to content

Commit

Permalink
NEWS, configure.ac: Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-poptsov committed Oct 22, 2023
1 parent 636aaec commit 6e23426
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ Copyright (C) Artyom V. Poptsov <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License
along with Guile-DSV. If not, see <http://www.gnu.org/licenses/>.
]])

AC_INIT([Guile-DSV], [0.7.0], [[email protected]],
AC_INIT([Guile-DSV], [0.7.1], [[email protected]],
[guile-dsv],
[https://github.com/artyom-poptsov/guile-dsv])

Expand Down

0 comments on commit 6e23426

Please sign in to comment.