diff options
-rw-r--r-- | hakyll.cabal | 2 | ||||
-rw-r--r-- | web/releases.markdown | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 8770f12..913a462 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.9.2.0 +Version: 4.9.3.0 Synopsis: A static website compiler library Description: diff --git a/web/releases.markdown b/web/releases.markdown index 599524b..1d8602d 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,12 @@ title: Releases # Releases +## Hakyll 4.9.3.0 + +- Add a `Hakyll.Web.Redirect` module (contribution by gwern) +- Expose `Hakyll.Commands` +- Fix the exit code behaviour of `./site check` + ## Hakyll 4.9.2.0 - Fix integer fields in YAML metadata (Fix by Nikolaos S. Papaspyrou) |