dotenv v0.10.0 Release Notes

Release Date: 2014-02-22 // about 10 years ago
    • ➕ Add support for executing interpolated commands. (Ruby >= 1.9 only)

      HEAD_SHA=$(git rev-parse HEAD)
      
    • ➕ Add dotenv_role option in Capistrano.

      set :dotenv_role, [:app, web]
      
    • ➕ Add Dotenv.overload to overwrite existing environment values.

    Full Changelog