diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2015-05-11 11:01:55 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2015-05-11 11:02:38 +0100 |
commit | 3728288f53fbd2ec32eaef6459c474f455541471 (patch) | |
tree | aff49b395c47c662b02381e466cf32da44b53dbe | |
parent | 0eb8a8b4ff2e30ef41d6b9fba2de70d3b9fb3347 (diff) | |
download | hakyll-3728288f53fbd2ec32eaef6459c474f455541471.tar.gz |
Version bump (4.6.9.0)
-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 |