Skip to content

Commit

Permalink
release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Feb 22, 2023
1 parent 1e2cf97 commit 6af7a8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.1 (2023-02-22)
* add `DerivingVia` wrapper for generic instances (like `Generically`)

## 0.4.0 (2023-02-22)
* redesign some instances to avoid the decomposer style
* alter `Identity`, `Const` instances
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: strongweak
version: 0.4.0
version: 0.4.1
synopsis: Convert between strong and weak representations of types
description: Please see README.md.
extra-source-files:
Expand Down
2 changes: 1 addition & 1 deletion strongweak.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: strongweak
version: 0.4.0
version: 0.4.1
synopsis: Convert between strong and weak representations of types
description: Please see README.md.
category: Data
Expand Down

0 comments on commit 6af7a8f

Please sign in to comment.