Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Aug 28, 2022
1 parent a233389 commit 1d8fbfe
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.3.1 (2022-08-28)
* fix `Get [a]` instance

## 0.3.0 (2022-08-27)
* useful parsing errors in `Get`
* e.g. if parsing fails at "any Word64", emits "ran out, needed 8 bytes"
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.3.0
version: 0.3.1
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.3.0
version: 0.3.1
synopsis: Encode precise binary representations directly in types
description: Please see README.md.
extra-source-files:
Expand Down

0 comments on commit 1d8fbfe

Please sign in to comment.