- Use environment values for automatic configuration generation.
1.2.2
==================
- Correctly lock down ``ruamel.yaml`` this time (it's v0.16, not v16).
1.2.1
==================
- Avoid new version of ``ruamel.yaml`` which changed loading format.
1.2
================
- When generating a config that is within a git repository, add it to ``.gitignore``.
- If a cast callable has a ``cast_from_config`` attribute set to ``True``, cast values coming from the configuration file. This is set to ``True`` for the ``dict_or_url`` helper method.