From 6f4a5f18abad93b46e30d5064c14ecd78b583d59 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 27 Oct 2024 09:58:18 -0400 Subject: [PATCH] Version 0.6.4 --- CHANGELOG.md | 2 +- data-reify.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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