Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Feb 22, 2023
1 parent dc20df8 commit b8e982f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.0 (2023-02-22)
* redesign some instances to avoid the decomposer style
* alter `Identity`, `Const` instances
* remove `Maybe` instance
* expand sized vector instance

## 0.3.2 (2022-11-28)
* support GHC 9.4

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.3.2
version: 0.4.0
synopsis: Convert between strong and weak representations of types
description: Please see README.md.
extra-source-files:
Expand Down
4 changes: 2 additions & 2 deletions strongweak.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.1.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

name: strongweak
version: 0.3.2
version: 0.4.0
synopsis: Convert between strong and weak representations of types
description: Please see README.md.
category: Data
Expand Down

0 comments on commit b8e982f

Please sign in to comment.