summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--hakyll.cabal2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 413e34d..0c1e59d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ title: Releases
# Releases
+## Hakyll 4.9.6.0
+
+- Tighten dependency on `pandoc-citeproc` (contribution by Mikhail Glushenkov)
+- Enable using a custom parser for command line arguments (contribution by
+ Alberto)
+- Update examples to semantic HTML (contribution by Elie GĂ©nard)
+- Better error for `cached` on non-existing file
+- Provide an `$allPages$` key when doing pagination
+- Preserve file metadata in `copyFileCompiler` (contribution by frederik-h)
+
## Hakyll 4.9.5.1
- Bump blaze-html dependency to 0.9
diff --git a/hakyll.cabal b/hakyll.cabal
index 1feb354..d52365c 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.9.5.1
+Version: 4.9.6.0
Synopsis: A static website compiler library
Description: