Skip to content

Commit 92b11c6

Browse files
committed
0.6.0
1 parent a1bf9b5 commit 92b11c6

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.6.0
2+
=====
3+
4+
A PVP-compliant re-release of 0.5.2 with no changes. (I missed a breaking change back in 0.5.1.)
5+
16
0.5.2
27
=====
38

envparse.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: envparse
2-
version: 0.5.2
2+
version: 0.6.0
33
synopsis: Parse environment variables
44
description:
55
Here's a simple example of a program that uses @envparse@'s parser:
@@ -69,7 +69,7 @@ source-repository head
6969
source-repository this
7070
type: git
7171
location: https://github.com/supki/envparse
72-
tag: 0.5.2
72+
tag: 0.6.0
7373

7474
library
7575
default-language:

0 commit comments

Comments
 (0)