Skip to content

Commit d3d7953

Browse files
Merge pull request #162 from stackbuilders/release/2023-04-18
bump version 0.11.0.0
2 parents db24a33 + e564051 commit d3d7953

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
## MASTER
2+
## Dotenv 0.11.0.0
3+
### Modified (Breaking change - new behavior)
4+
* Take last rather than first env var in dotenv file (reported by @rudymatela and
5+
solved by @anddriex). This will be the default behavior for the CLI, too.
6+
27
## Dotenv 0.10.1.0
38
### Added
49
* Short `-x` for `--example` flag

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ A `False` in the `configVerbose` means that Dotenv will not print any message
102102
when loading the envs. A `True` means that Dotenv will print a message when a variable is loaded.
103103

104104
A `False` on `allowDuplicates` means that Dotenv will not allow duplicate keys, and instead it will throw
105-
an error. A `True` means that Dotenv will allow duplicate keys, and it will use the first one if,`configOverride` is not set to `True`.
105+
an error. A `True` means that Dotenv will allow duplicate keys, and it will use the last one defined in the file (default behavior).
106+
106107
### Advanced Dotenv File Syntax
107108

108109
You can add comments to your Dotenv file, on separate lines or after

dotenv.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dotenv
2-
version: 0.10.1.0
2+
version: 0.11.0.0
33
synopsis: Loads environment variables from dotenv files
44
homepage: https://github.com/stackbuilders/dotenv-hs
55
description:

0 commit comments

Comments
 (0)