dotenv 0.3.3.0 → 0.3.4.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~optparse-applicativenew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: optparse-applicative
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- dotenv.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ ## MASTER +## Dotenv 0.3.4.0++* Allow optparse-applicative 0.14+ ## Dotenv 0.3.3.0 * Add support for variable expansion. Thanks to حبيب الامين (GitHub: habibalamin) for making this contribution.
dotenv.cabal view
@@ -1,5 +1,5 @@ name: dotenv-version: 0.3.3.0+version: 0.3.4.0 synopsis: Loads environment variables from dotenv files homepage: https://github.com/stackbuilders/dotenv-hs description:@@ -54,7 +54,7 @@ build-depends: base >=4.6 && <5.0 , base-compat >= 0.4 , dotenv >= 0.3.1.0- , optparse-applicative >=0.11 && < 0.14+ , optparse-applicative >=0.11 && < 0.15 , megaparsec >= 5.0 && < 6.0 , process , text