diff --git a/Changelog.md b/Changelog.md index 0ae5bd2..0821d24 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,11 +1,14 @@ # NEXT +# 0.4.4 + * Add `Alpha` and `Subst` instances for `NonEmpty`. Thanks Brent Yorgey (byorgey) * Add GHC 9.8 to CI matrix -* Bump base >= 4.9 +* Bump `base` >= 4.9 * Remove `tested-with: 7.x` in `unbound-generics.cabal`. We removed CI testing with GHC 7.x last year. * Move GSubst from `Unbound.Generics.LocallyNameless.Subst` into a separate `Internal` module that is exported. Now users can write their own generic traversals. Thanks Bohdan Liesnikov (liesnikov) +* Welcome Austin Erlandson (erlandsona) as a maintainer # 0.4.3 diff --git a/unbound-generics.cabal b/unbound-generics.cabal index 7c0c381..8b72060 100644 --- a/unbound-generics.cabal +++ b/unbound-generics.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: unbound-generics -version: 0.4.3 +version: 0.4.4 synopsis: Support for programming with names and binders using GHC Generics description: Specify the binding structure of your data type with an expressive set of type combinators, and unbound-generics