Skip to content

Commit

Permalink
Merge pull request #162 from stackbuilders/release/2023-04-18
Browse files Browse the repository at this point in the history
bump version 0.11.0.0
  • Loading branch information
CristhianMotoche authored Apr 19, 2023
2 parents db24a33 + e564051 commit d3d7953
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## MASTER
## Dotenv 0.11.0.0
### Modified (Breaking change - new behavior)
* Take last rather than first env var in dotenv file (reported by @rudymatela and
solved by @anddriex). This will be the default behavior for the CLI, too.

## Dotenv 0.10.1.0
### Added
* Short `-x` for `--example` flag
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ A `False` in the `configVerbose` means that Dotenv will not print any message
when loading the envs. A `True` means that Dotenv will print a message when a variable is loaded.

A `False` on `allowDuplicates` means that Dotenv will not allow duplicate keys, and instead it will throw
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`.
an error. A `True` means that Dotenv will allow duplicate keys, and it will use the last one defined in the file (default behavior).

### Advanced Dotenv File Syntax

You can add comments to your Dotenv file, on separate lines or after
Expand Down
2 changes: 1 addition & 1 deletion dotenv.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dotenv
version: 0.10.1.0
version: 0.11.0.0
synopsis: Loads environment variables from dotenv files
homepage: https://github.com/stackbuilders/dotenv-hs
description:
Expand Down

0 comments on commit d3d7953

Please sign in to comment.