diff options
-rw-r--r-- | hakyll.cabal | 6 | ||||
-rw-r--r-- | web/releases.markdown | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 53c89bc..dd92d02 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.6.8.1 +Version: 4.6.9.0 Synopsis: A static website compiler library Description: @@ -159,7 +159,7 @@ Library old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, pandoc >= 1.12.4 && < 1.14, - pandoc-citeproc >= 0.4 && < 0.7, + pandoc-citeproc >= 0.4 && < 0.8, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3, random >= 1.0 && < 1.2, @@ -247,7 +247,7 @@ Test-suite hakyll-tests old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, pandoc >= 1.12.4 && < 1.14, - pandoc-citeproc >= 0.4 && < 0.7, + pandoc-citeproc >= 0.4 && < 0.8, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3, random >= 1.0 && < 1.2, diff --git a/web/releases.markdown b/web/releases.markdown index 98263c8..7f82068 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,11 @@ title: Releases # Releases +## Hakyll 4.6.9.0 + +- Let caller decide exit (fix by Erik Dominikus) +- Bump pandoc-citeproc dependency + ## Hakyll 4.6.8.1 - Fix test suite dependencies |