dotenv 0.3.0.0 → 0.3.0.1
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- dotenv.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+## Dotenv 0.3.0.1++* Remove unnecessary package dependencies.+ ## Dotenv 0.3.0.0 * Reverted change to Data.Text in favor of String, for maintaining compatibility
dotenv.cabal view
@@ -1,5 +1,5 @@ name: dotenv-version: 0.3.0.0+version: 0.3.0.1 synopsis: Loads environment variables from dotenv files homepage: https://github.com/stackbuilders/dotenv-hs description: