dotenvy
A well-maintained fork of the dotenv crate
0.15.7
151M downloads/mo
#611 most downloaded on crates.io
allan2/dotenvy
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 4 weeks to 6 months
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
7 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Feb 2022 to Mar 2023Releases
latest 7-
0.15.722 Mar 2023Release notes
Open source →This release contains dotenvy 0.15.7.
dotenvy_macro version was bumped from 0.15.1 to 0.15.7.
dotenvy_codegen_impl, an internal dependency, is now deprecated due to no longer being needed. It has been moved here.Added
- override existing envv vars (PR #41 by tshepang and PR #47 by LeoniePhiline)
- contribution guide (PR #28 by sonro)
Changed
- MSRV updated to 1.56.1
- removed
dotenv_codegen_implandproc_macro_hackdependencies (PR #45 by sonro) - improved examples by handling errors, rather than using
unwrap(PR #52 by LeoniePhiline) Iternow public in the crate root (PR #51 by LeoniePhiline)
Release notes
Open source →Added
- override existing envv vars (PR #41 by tshepang and PR #47 by LeoniePhiline)
- contribution guide (PR #28 by sonro)
Changed
- MSRV updated to 1.56.1
- removed
dotenv_codegen_implandproc_macro_hackdependencies (PR #45 by sonro) - improved examples by handling errors, rather than using
unwrap(PR #52 by LeoniePhiline) Iternow public in the crate root (PR #51 by LeoniePhiline)
-
0.15.617 Oct 2022Release notes
Open source →Added
- Support for UTF-8 BOM (PR #28) by sonro. Thanks webbertakken
Changed
dirsmoved to dev dependency (PR #24) by goto-bus-stop
Fixed
Release notes
Open source →Added
- Support for UTF-8 BOM (PR #28) by sonro. Thanks webbertakken
Changed
dirsmoved to dev dependency (PR #24) by goto-bus-stop- Fix formatting and linting (PR #22 and #23) by rillian
-
0.15.519 Sep 2022 -
0.15.419 Sep 2022Release notes
Open source →This release fixes an issue when using comments in multiline (#12).
Changed
- Another fix for multiline support (PR #18). Thanks BlackDex and LeoniePhiline
Release notes
Open source →Changed
- Another fix for multiline support (PR #18). Thanks BlackDex and LeoniePhiline
-
0.15.330 Aug 2022 -
0.15.222 Aug 2022Release notes
Open source →The main features of this release are multiline support and
io::Readsupport.
The docs for thedotenvycrate have also been rewritten. Examples are also updated.Added
- Multiline support (PR #3) by hoijui
from_readandfrom_read_iter(PR #5) by Kevin M Granger
Changed
- doc rewrite (commit 1a45555) by allan2
- doc link improvement formatting (PR #6) by Kevin M Granger
- dependency bump (clap 3.1 to 3.2)
Release notes
Open source →Added
- Multiline support (PR #3) by hoijui
from_readandfrom_read_iter(PR #5) by Kevin M Granger
Changed
- doc rewrite (commit 1a45555) by allan2
- doc link improvement formatting (PR #6) by Kevin M Granger
- dependency bump (clap 3.1 to 3.2)
-
0.15.128 Feb 2022Release notes
Open source →Added
dotenvcrate forked asdotenvydotenv_codegenforked asdotenvy_codgendotenv_codegen_implementationforked asdotenvy_codegen_impl- Crate description for dotenvy_codegen
- Crate description for dotenvy_codgen_impl
- New language in README
- MIT license badge in README
- Generate helpful errors from dotenv! macro (full merge of dotenv-rs/dotenv #58)
Changed
- replaced deprecated
std::env_home:dir()withdirs:home_dir - Better handling of
home_dir(merge of dotenv-rs/dotenv #62) - assertions dealing with
Result(based on dotenv-rs/dotenv #57) - upgraded clap in
dotenvybin from v2 to v3.1 (covers dotenv-rs/dotenv #76)
Removed
- example folder. The simple example has been moved to the README.
extern- unnecessary
usestatements in doc examples