* Fixed compatibility with tox and changed requirement for minimum tox version to 3.9.0.
0.3.0
------------------
* Added support for ``tox --parallel`` mode. * Added ``wheel_build_env`` config option. * Renamed ``wheel_clean_build`` config option to ``wheel_dirty``. * Added ``--wheel-dirty`` CLI argument.
0.2.1
------------------
* Added ``wheel`` to dependencies.
0.2.0
------------------
* Remove ``--wheel-clean-build`` CLI option. Build directory cleaning is now on by default. Correct behavior should be the default. * Added support for ``[testenv] wheel`` (default: ``false``) and ``[testenv] wheel_clean_build`` (default: ``true``) in ``tox.ini``.