diff --git a/NEWS b/NEWS index adafce5..2362a9f 100644 --- a/NEWS +++ b/NEWS @@ -7,18 +7,19 @@ Copyright (C) Artyom V. Poptsov are permitted in any medium without royalty provided the copyright notice and this notice are preserved. -* Unreleased +* 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 -machine code generation from the PlantUML description. +machine code generation from the PlantUML description: + https://github.com/artyom-poptsov/guile-smc -Guile-SMC 0.6.2 now required to build and use Guile-DSV. ** =dsv->scm= and =dsv-string->scm= now accept additional parameters Now =dsv->scm= and =dsv-string->scm= procedures accept additional parameters: - =#:debug-mode?= -- Enable/disable the debug mode. - =#:log-driver= -- Set the logging driver. - =#:log-opt= -- Set the logging options. ** =dsv= tool now accepts =--log-driver= and =--log-opt= +** Update Texinfo documentation * Changes in version 0.6.0 (2023-05-14) ** =dsv= now accepts =--width= (=-w=) option diff --git a/configure.ac b/configure.ac index 018522c..346631b 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.6.0], [poptsov.artyom@gmail.com], +AC_INIT([Guile-DSV], [0.7.0], [poptsov.artyom@gmail.com], [guile-dsv], [https://github.com/artyom-poptsov/guile-dsv])