Skip to content

Commit

Permalink
NEWS, configure.ac: Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-poptsov committed Aug 15, 2023
1 parent 1141cb0 commit 3b4b6bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ Copyright (C) Artyom V. Poptsov <[email protected]>
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
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.6.0], [[email protected]],
AC_INIT([Guile-DSV], [0.7.0], [[email protected]],
[guile-dsv],
[https://github.com/artyom-poptsov/guile-dsv])

Expand Down

0 comments on commit 3b4b6bc

Please sign in to comment.