* Added a prep section to config files.
* Added author, maintainer, version, created, and modified sections to config files.
* Added the --info option to the CLI for viewing config file meta data.
* Added dotenv file support.
* Added support for environment variables.
* Added support for command labels to optionally display instead of the command itself.
* Added support for job and stage descriptions.
* An environment can now be specified for the Local command runner and the stage will be skipped if the environment doesn't match the current OS or distribution.
* Build-magic creates and uses a custom Vagrantfile when using the Vagrant command runner and setting bind directory or envvars.
* Bugfixes