summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-05-12 10:58:47 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2014-05-12 10:58:47 +0200
commit3e3919eece216c2b2c47be76914227825c9159bb (patch)
tree9829ee557b76059472528df9d14cd2e76e1abc81
parent2200516241af1b049c33dd8f2de2ae5122874eb4 (diff)
downloadhakyll-3e3919eece216c2b2c47be76914227825c9159bb.tar.gz
Version bump (4.5.3.0)
-rw-r--r--hakyll.cabal8
-rw-r--r--web/releases.markdown4
2 files changed, 8 insertions, 4 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index ced7601..9087673 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.5.2.0
+Version: 4.5.3.0
Synopsis: A static website compiler library
Description:
@@ -154,7 +154,7 @@ Library
filepath >= 1.0 && < 1.4,
lrucache >= 1.1.1 && < 1.2,
mtl >= 1 && < 2.2,
- network >= 2.4 && < 2.5,
+ network >= 2.4 && < 2.6,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
pandoc >= 1.12.4 && < 1.13,
@@ -240,10 +240,10 @@ Test-suite hakyll-tests
filepath >= 1.0 && < 1.4,
lrucache >= 1.1.1 && < 1.2,
mtl >= 1 && < 2.2,
- network >= 2.4 && < 2.5,
+ network >= 2.4 && < 2.6,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
- pandoc >= 1.12 && < 1.13,
+ pandoc >= 1.12.4 && < 1.13,
pandoc-citeproc >= 0.1 && < 0.4,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
diff --git a/web/releases.markdown b/web/releases.markdown
index 44beb3f..cc704f1 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,10 @@ title: Releases
# Releases
+## Hakyll 4.5.3.0
+
+- Bump Pandoc to 1.12.4 to include the org-mode reader.
+
## Hakyll 4.5.2.0
- Fix rebuilding everything issue with latest directory (contribution by Jorge