Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Jun 8, 2022
1 parent c03b2ff commit 85f52ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## 0.3.0 (Unreleased)
## 0.3.0 (2022-06-08)
* switch to associated type family for `Weak` inside `Weaken` - `Strengthen`
now has `Weaken` as a superclass
* I'm fairly confident that things make more sense this way - we get to
remove an open type family, improve type inference, and prevent users from
writing potentially dangerous instances. For that, a bit of asymmetry is
welcome.
* better document generic derivers
* clarify instance design, provide more decomposer instances
* various refactoring

## 0.2.0 (2022-05-31)
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.2.0
version: 0.3.0
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.2.0
version: 0.3.0
synopsis: Convert between strong and weak representations of types
description: Please see README.md.
category: Data
Expand Down

0 comments on commit 85f52ef

Please sign in to comment.