dotenv 0.8.0.3 → 0.8.0.4
raw patch · 3 files changed
+10/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- dotenv.cabal +2/−1
- spec/fixtures/.dotenv.safe +5/−0
CHANGELOG.md view
@@ -1,4 +1,7 @@ ## MASTER+## Dotenv 0.8.0.4+* Fix test fixtures+ ## Dotenv 0.8.0.3 * Add suppport for `megaparsec-8.0.0`
dotenv.cabal view
@@ -1,5 +1,5 @@ name: dotenv-version: 0.8.0.3+version: 0.8.0.4 synopsis: Loads environment variables from dotenv files homepage: https://github.com/stackbuilders/dotenv-hs description:@@ -50,6 +50,7 @@ .dotenv .dotenv.example .scheme.yml+ .dotenv.safe flag dev description: Turn on development settings.
+ spec/fixtures/.dotenv.safe view
@@ -0,0 +1,5 @@+DOTENV=true+OTHERENV=false+PORT=8000+URL=http://example.com+TWO=xD