Skip to content

Commit c44b60a

Browse files
authored
Prepare 0.4.4 (#65)
* Bump version to 0.4.4 * Update CHANGELOG
1 parent bada7f7 commit c44b60a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# NEXT
22

3+
# 0.4.4
4+
35
* Add `Alpha` and `Subst` instances for `NonEmpty`. Thanks Brent Yorgey (byorgey)
46
* Add GHC 9.8 to CI matrix
5-
* Bump base >= 4.9
7+
* Bump `base` >= 4.9
68
* Remove `tested-with: 7.x` in `unbound-generics.cabal`. We removed CI testing with GHC 7.x last year.
79
* Move GSubst from `Unbound.Generics.LocallyNameless.Subst` into a separate `Internal` module that is exported. Now users can write their own generic traversals.
810
Thanks Bohdan Liesnikov (liesnikov)
11+
* Welcome Austin Erlandson (erlandsona) as a maintainer
912

1013
# 0.4.3
1114

unbound-generics.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: unbound-generics
3-
version: 0.4.3
3+
version: 0.4.4
44
synopsis: Support for programming with names and binders using GHC Generics
55
description: Specify the binding structure of your data type with an
66
expressive set of type combinators, and unbound-generics

0 commit comments

Comments
 (0)