Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
supki committed Jun 14, 2022
1 parent 5960149 commit 345b092
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.5.1
=====

* Added configurable maximum info block width (https://github.com/supki/envparse/pull/21).

* Added `instance (Field e a, ...) => Field e (Maybe a)` for generic environment parsing. (https://github.com/supki/envparse/pull/16)

0.5
===

Expand Down
4 changes: 2 additions & 2 deletions envparse.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: envparse
version: 0.5.0
version: 0.5.1
synopsis: Parse environment variables
description:
Here's a simple example of a program that uses @envparse@'s parser:
Expand Down Expand Up @@ -69,7 +69,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/supki/envparse
tag: 0.5.0
tag: 0.5.1

library
default-language:
Expand Down

0 comments on commit 345b092

Please sign in to comment.