Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Aug 4, 2023
1 parent 7757696 commit 5cc706a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.0 (2023-08-04)
* Redesign interface, pushing certain checks out of type classes into top-level
generic function type signature. It means busier top-level types and more code
for wrapping them, but it allows for more flexibility and cleans up
implementation. (And the busyness simply makes explicit the implicit checks
that were being done before.)

## 0.1.1 (2023-07-20)
* add work-in-progress store-style generic `foldMap`, encoding constructors by
their index, at `Generic.Data.Function.FoldMap.SumConsByte`
Expand Down
2 changes: 1 addition & 1 deletion generic-data-functions.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: generic-data-functions
version: 0.1.1
version: 0.2.0
synopsis: Familiar functions lifted to generic data types
description: Please see README.md.
category: Data, Serialization
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: generic-data-functions
version: 0.1.1
version: 0.2.0
synopsis: Familiar functions lifted to generic data types
description: Please see README.md.
extra-source-files:
Expand Down

0 comments on commit 5cc706a

Please sign in to comment.