envparse 0.5.2 → 0.6.0
raw patch · 2 files changed
+7/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +5/−0
- envparse.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,8 @@+0.6.0+=====++A PVP-compliant re-release of 0.5.2 with no changes. (I missed a breaking change back in 0.5.1.)+ 0.5.2 =====
envparse.cabal view
@@ -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 this type: git location: https://github.com/supki/envparse- tag: 0.5.2+ tag: 0.6.0 library default-language: