Skip to content

Releases: allan2/dotenvy

v0.15.7

22 Mar 16:10
Compare
Choose a tag to compare

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

Changed

  • MSRV updated to 1.56.1
  • removed dotenv_codegen_impl and proc_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

17 Oct 19:16
Compare
Choose a tag to compare

Added

Changed

Fixed

v0.15.5

19 Sep 22:39
Compare
Choose a tag to compare

Added

v0.15.4

19 Sep 15:57
Compare
Choose a tag to compare

This release fixes an issue when using comments in multiline (#12).

Changed

v0.15.3

30 Aug 13:55
Compare
Choose a tag to compare

Changed

v0.15.2

22 Aug 17:14
Compare
Choose a tag to compare

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

Changed