We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bf9b5 commit 92b11c6Copy full SHA for 92b11c6
2 files changed
CHANGELOG.markdown
@@ -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
6
0.5.2
7
=====
8
envparse.cabal
@@ -1,5 +1,5 @@
name: envparse
-version: 0.5.2
+version: 0.6.0
synopsis: Parse environment variables
description:
Here's a simple example of a program that uses @envparse@'s parser:
@@ -69,7 +69,7 @@ source-repository head
69
source-repository this
70
type: git
71
location: https://github.com/supki/envparse
72
- tag: 0.5.2
+ tag: 0.6.0
73
74
library
75
default-language:
0 commit comments