Releases: allan2/dotenvy
Releases · allan2/dotenvy
v0.15.7
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_impl
andproc_macro_hack
dependencies (PR #45 by sonro) - improved examples by handling errors, rather than using
unwrap
(PR #52 by LeoniePhiline) Iter
now public in the crate root (PR #51 by LeoniePhiline)
v0.15.6
v0.15.5
v0.15.4
v0.15.3
v0.15.2
The main features of this release are multiline support and io::Read
support.
The docs for the dotenvy
crate have also been rewritten. Examples are also updated.
Added
- Multiline support (PR #3) by hoijui
from_read
andfrom_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)