diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2020-06-30 15:02:41 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2020-06-30 15:02:41 +0200 |
commit | 7873e570afb3b51b2382e158bfd45e7ba6889981 (patch) | |
tree | c6515b314ae287c46e90ebb85a8f92e4241e37af | |
parent | f22e5ed05513f13280c8238673109ff71dc431f3 (diff) | |
download | hakyll-7873e570afb3b51b2382e158bfd45e7ba6889981.tar.gz |
Bump version to 4.13.4.0
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | hakyll.cabal | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a11bab2..e9b29f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ title: Releases # Releases +## Hakyll 4.13.4.0 (2020-06-20) + +- Miscellaneous Windows-specific fixes and CI (by Laurent P. René de Cotret) +- Bump upper bound for `cryptonite` to 0.28 +- Bump upper bound for `tasty` to 1.4 + ## Hakyll 4.13.3.0 (2020-04-12) - Fix compilation issue related to `MonadFail` on Windows (by Martín Emanuel) diff --git a/hakyll.cabal b/hakyll.cabal index 317ca47..c80c392 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.13.3.0 +Version: 4.13.4.0 Synopsis: A static website compiler library Description: |