diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2017-01-08 12:40:04 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2017-01-08 12:40:04 +0100 |
commit | 3930890e9dc721421ccee2af9a0704fab6fc834c (patch) | |
tree | a262993dfb60fd95999bf95c339421bda56e8630 | |
parent | 85a69c9040ca862964bdf726029be71e937bef1a (diff) | |
download | hakyll-3930890e9dc721421ccee2af9a0704fab6fc834c.tar.gz |
Bump version to 4.9.3.0
-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) |