WIP -
* added DNS functionality to emulate Kubernetes
* re-wrote the config file now a single yaml file
* full unit testing on all modules to near 100% coverage
* Removed generator functionality and dependencies
* Added __git generate user/repo__ functionality

6 July 2016 - 0.7.0
* Updated fuge-runner dependency to enable Windows support
* Added automated testing for Windows via AppVeyor
* Removed assets folder in favor of pointing at central location

3 May 2016 - 0.6.4
---
* Changed Exit and quit commands so they can exit the whole system or just stop one process
* Start and stop commands changed to accept multiple processes at once
* Update generators to fix bugs in tests and use seneca 2.x

8 April 2016 - 0.6.3
---
* Fix for bug that stops node processes from being started again (thanks Wyatt)

5 April 2016 - 0.6.2
---
* Fix for fuge lib required in services (thanks Wyatt)

3 April 2016 - 0.6.1
---
* Fix upstream dependency on simple-grep breaking (thanks marco)

1 April 2016 - 0.6.0
---
* New versions of all custom dependencies.
* Support env_file directive in docker and process services.
* Support host volumes and data containers in docker-based services.
* Added support for 'profile' command using 0x (thank dmclements)
* No longer attempt to detect the buildScript from the Dockerfile.
* Added a config.defaults.build to the fuge-config.js to set script for all services.
* Removed auto-inclusion of .bashrc in builder and runner.
* Switched to using vorpal to drive the shell. (thanks @matt_oc)
* Tab auto-completion of service names. (thanks @matt_oc)
* Aliased exit to quit.
* Generators
  * Merged all generators into one repo [generator-fuge](https://github.com/apparatus/generator-fuge)
  * Removed option for redis or http transports.
  * Added selection of hapi or express for the REST api.
  * Split the API service into an actual api and static file server.
