diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2019-01-12 16:44:29 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2019-01-12 16:44:29 +0100 |
commit | 18d047a7b50a16c1a3cc835fb7659878a97f898d (patch) | |
tree | 7c9cc6ac310deccb8b781599bcd5b8e77930a701 | |
parent | 2e6fc8efef278eabeb6b98dfb125d3b1cc02742c (diff) | |
download | hakyll-18d047a7b50a16c1a3cc835fb7659878a97f898d.tar.gz |
Bump version to 4.12.5.0
-rw-r--r-- | CHANGELOG.md | 18 | ||||
-rw-r--r-- | hakyll.cabal | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc591e..9fc0862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ title: Releases # Releases +## Hakyll 4.12.5.0 (2019-01-12) + +- Update dependencies (contribution by Hexirp): + * Bump containers to 0.6 + * Bump yaml to 0.11 + * Bump pandoc to 2.5 + * Bump pandoc-citeproc to 0.15 + * Bump tasty to 1.2 +- Correct assertion in unixFilterError test + (contribution by Jim McStanton) +- Add renderRssWithTemplates, renderAtomWithTemplates + (contribution by Abhinav Sarkar) +- Speed up hashing in cache (contribution by 0xd34df00d) +- Update type of fromFilePath to use FilePath instead of String + (contribution by Jim McStanton) +- Drop extension when parsing dates in filepaths (contribution by + Gabriel Aumala) + ## Hakyll 4.12.4.0 (2018-08-13) - Bump yaml to 0.10 diff --git a/hakyll.cabal b/hakyll.cabal index dfe6871..34598fe 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.12.4.0 +Version: 4.12.5.0 Synopsis: A static website compiler library Description: |