* dephell did not convert console_scripts, readding this to pyproject.toml
1.1.5
* Use poetry for package management * Included first test + linting * Rewrite of argument parsing * Better support for detecting how to clone skel repositories * Support Python 3.8
1.1.4
* Docker sync config allows to specify `auto: false` to not automatically sync on `docker:update` and `docker:sync`, you may still use `docker:sync:$NAME` for manual synchronization
1.1.3
* Docker sync feature should be much more stable now * Docker sync options added: chmod, exclude, include * Docker sync now allows to use volume or path on both sides (you could also sync something to your outer host filesystem)
1.1.2
* Updates dependencies, so we use safe version of PyYAML