Skip to content

Releases: dotenv-rs/dotenv

0.15.0

04 Feb 01:52
Compare
Choose a tag to compare

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.1

01 Jun 15:57
1f5658d
Compare
Choose a tag to compare

Changed

  • Deprecate iter methods.

0.14.0

13 May 18:31
Compare
Choose a tag to compare

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