Skip to content

Commit

Permalink
Prepare 0.4.4 (#65)
Browse files Browse the repository at this point in the history
* Bump version to 0.4.4

* Update CHANGELOG
  • Loading branch information
lambdageek authored Mar 21, 2024
1 parent bada7f7 commit c44b60a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion unbound-generics.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c44b60a

Please sign in to comment.