* Tweaked command line error handling. * Improved README and `Core Concepts` documentation.
0.7.3
------------------
* Dropped support for Python 3.4 and 3.5 and adjust packaging.
0.7.2
------------------
* Fixed bug with not checking all submodules of layer.
0.7.1
------------------
* Fixed packaging bug with 0.7.0.
0.7.0
------------------
* Completed rewrite of static analysis used to build dependency graph. * Added quiet and verbose reporting. * Added type annotation and mypy. * Built earlier versions of Python using pybackwards. * Corrected docs to refer to ``layers.yml`` instead of ``layers.yaml``.
0.6.2
------------------
* Don't analyse children of directories that aren't Python packages. * Prevented installing incompatible version of Pydeps (1.6).