-
-
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.0
- Loading branch information
1 parent
1141cb0
commit 3b4b6bc
Showing
2 changed files
with
5 additions
and
4 deletions.
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,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 | ||
|
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.6.0], [[email protected]], | ||
AC_INIT([Guile-DSV], [0.7.0], [[email protected]], | ||
[guile-dsv], | ||
[https://github.com/artyom-poptsov/guile-dsv]) | ||
|
||
|