summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-05-09 12:49:10 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2014-05-09 12:49:10 +0200
commitd89fadcdb97c2acd9aeaa58c830d30ad755f31d7 (patch)
tree5156e16c5d1984e1f5d563ea10d5fe268fdd3e8e
parent12dc25de1781f33c6f54826bc6b6ae6ce690b4e4 (diff)
downloadhakyll-d89fadcdb97c2acd9aeaa58c830d30ad755f31d7.tar.gz
Version bump (4.5.2.0)
-rw-r--r--hakyll.cabal2
-rw-r--r--web/releases.markdown7
2 files changed, 8 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 40fa251..b4a6d8a 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.5.1.0
+Version: 4.5.2.0
Synopsis: A static website compiler library
Description:
diff --git a/web/releases.markdown b/web/releases.markdown
index 09d8153..44beb3f 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,13 @@ title: Releases
# Releases
+## Hakyll 4.5.2.0
+
+- Fix rebuilding everything issue with latest directory (contribution by Jorge
+ Israel Peña)
+- Fix issue with `toSiteRoot` (contribution by Izzy Cecil)
+- Fix issue with tag dependencies, slightly improve caching
+
## Hakyll 4.5.0.0
- Fix issue with syntax highlighting and line numbers (contribution by Adelbert