diff options
-rw-r--r-- | hakyll.cabal | 2 | ||||
-rw-r--r-- | web/releases.markdown | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 9373b6c..82c8d6b 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.6.1.1 +Version: 4.6.2.0 Synopsis: A static website compiler library Description: diff --git a/web/releases.markdown b/web/releases.markdown index 58b9ac6..5e1bcfc 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,12 @@ title: Releases # Releases +## Hakyll 4.6.2.0 + +- Loosen `binary` dependency +- Make dependency handling more granular so you can depend on specific snapshots + of an item + ## Hakyll 4.6.1.0 - Bump `fsnotify` and `pandoc-citeproc` dependencies |