Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Nov 1, 2023
1 parent f7d9494 commit 265f571
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2023-10-31 Shiro Kawai <[email protected]>

* Release 0.8.3, because of the parameterize issue.

* src/wiliki/core.scm (wiliki:with-db): Found an issue with
0.9.13's parameter; the combination of parameter and unwind-protect
evaded the compatibility measure. Added explicit use of
gauche.parameter to force it work with compatibility mode.

2023-10-17 Shiro Kawai <[email protected]>

* src/wiliki/scr-macros.scm (srfi-links): Add a reader macro
Expand Down
2 changes: 1 addition & 1 deletion package.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(define-gauche-package "WiLiKi"
:version "0.8.2"
:version "0.8.3"
:description "WikiClone written in Scheme."
:require (("Gauche" (>= "0.9.10")))
:maintainers ("[email protected]")
Expand Down

0 comments on commit 265f571

Please sign in to comment.