summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal2
-rw-r--r--web/releases.markdown5
2 files changed, 6 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 5ebf488..507e0a6 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.6.3.0
+Version: 4.6.4.0
Synopsis: A static website compiler library
Description:
diff --git a/web/releases.markdown b/web/releases.markdown
index 3271619..2d1372b 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,11 @@ title: Releases
# Releases
+## Hakyll 4.6.4.0
+
+- Fix another dependency handling bug when using snapshots
+- Add `matchMetadata` for examining metadata when defining rules
+
## Hakyll 4.6.3.0
- Fix dependency handling bug