diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2017-06-09 16:19:35 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2017-06-09 16:19:35 +0200 |
commit | ae6e241b9a65dd7df2c09ae769ba3eff7b182df9 (patch) | |
tree | 3776d9f83426973a545c5fcbcd4d22ec610cb077 | |
parent | 5d7a791b2eac3af559cf41b5206cf492608da7aa (diff) | |
download | hakyll-ae6e241b9a65dd7df2c09ae769ba3eff7b182df9.tar.gz |
Bump version to 4.9.6.0
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | hakyll.cabal | 2 |
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: |