dotenv v0.9.0 Release Notes

Release Date: 2013-08-29 // over 10 years ago
    • โž• Add support for variable expansion.

      HOST="example.com"
      URL="http://${USER}@${HOST}"
      ESCAPED_VARIABLE="this is \$NOT replaced"
      
    • ๐Ÿ‘ Allow setting variables without a value.

      BLANK=
      
    • โž• Add dotenv executable to load .env for other scripts.

      $ dotenv ./script.py
      

    Full Changelog