Releases: dotenv-rs/dotenv
Releases · dotenv-rs/dotenv
0.15.0
Changed
- Undeprecate
iter
methods
- Library no longer has any dependencies
Added
- Support for variables with a
.
in their name
- Support
\n
in double-quoted lines
- Support for variable substitution
0.14.0
Changed
- Switched repo to use cargo workspaces.
- Renamed
dotenv_codegen_impl
to dotenv_codegen_implementation
since we no longer own the original crate.
- Update code to 2018 edition