Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Nov 15, 2023
1 parent 4b499f0 commit b22bbdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## 0.5.0 (Unreleased)
## 0.5.0
* support GHC 9.2 - 9.6
* extract generic serializing & parsing into separate library. yes, I wrote
generic generics. what are you going to do about it
* allow using different libraries for parsing and serializing (since I can't
decide)
* count-prefixed types use `Refined1`, currently in my refined fork
* refactor `Binrep.Type.Text`: users can now add extend to add their own
encodings
* refactor `Binrep.Type.Text`: users can now extend to add their own encodings

## 0.3.1 (2022-08-28)
* fix `Get [a]` instance
Expand Down
2 changes: 1 addition & 1 deletion binrep.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: binrep
version: 0.4.0
version: 0.5.0
synopsis: Encode precise binary representations directly in 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: binrep
version: 0.4.0
version: 0.5.0
synopsis: Encode precise binary representations directly in types
description: Please see README.md.
extra-source-files:
Expand Down

0 comments on commit b22bbdc

Please sign in to comment.