-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEWS, configure.ac: Bump version to 0.7.1
- Loading branch information
1 parent
636aaec
commit 6e23426
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]) | ||
|
||
|