diff --git a/CHANGELOG.md b/CHANGELOG.md index 843bed2..d19b6a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next [????.??.??] +## 0.6.4 [2024.10.27] * Drop support for pre-8.0 versions of GHC. ## 0.6.3 [2020.10.12] diff --git a/data-reify.cabal b/data-reify.cabal index ee2c814..75d6979 100644 --- a/data-reify.cabal +++ b/data-reify.cabal @@ -1,5 +1,5 @@ Name: data-reify -Version: 0.6.3 +Version: 0.6.4 Synopsis: Reify a recursive data structure into an explicit graph. Description: 'data-reify' provided the ability to turn recursive structures into explicit graphs. Many (implicitly or explicitly) recursive data structure can be given this ability, via