summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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