Skip to content

Commit 5eb4f0d

Browse files
author
Götz Christ
committed
Version bump
1 parent 1bfa2d4 commit 5eb4f0d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## MASTER
2+
3+
## Dotenv 0.3.3.0
4+
5+
* Add support for variable expansion. Thanks to حبيب الامين (GitHub: habibalamin) for making this contribution.
6+
17
## Dotenv 0.3.2.0
28

39
* Add the option to pass arguments to the program passed to Dotenv. Thanks to

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ programs written in Haskell.
2020
## Installation
2121

2222
In most cases you will just add `dotenv` to your cabal file. You can
23-
also install the library and executable by invoking `cabal install dotenv`.
23+
also install the library and executable by invoking `stack install dotenv`.
2424

2525
## Usage
2626

dotenv.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dotenv
2-
version: 0.3.2.0
2+
version: 0.3.3.0
33
synopsis: Loads environment variables from dotenv files
44
homepage: https://github.com/stackbuilders/dotenv-hs
55
description:
@@ -35,7 +35,7 @@ license: MIT
3535
license-file: LICENSE
3636
author: Justin Leitgeb
3737
maintainer: hackage@stackbuilders.com
38-
copyright: 2015-2016 Stack Builders Inc.
38+
copyright: 2015-2017 Stack Builders Inc.
3939
category: Configuration
4040
build-type: Simple
4141
extra-source-files: spec/fixtures/.dotenv

0 commit comments

Comments
 (0)