- Changed indentation to four spaces, instead of two ([26](https://github.com/tox-dev/tox-ini-fmt/issues/26))
- Fix `envlist`/`toxenv` ordering not matching description in README
([18](https://github.com/tox-dev/tox-ini-fmt/issues/18))
- Add ability to pin environments to the start of the `envlist` via the `-p` CLI flag (for example pre-commit should
always run first) ([19](https://github.com/tox-dev/tox-ini-fmt/issues/19))
- Strip empty lines in the `deps` elements ([17](https://github.com/tox-dev/tox-ini-fmt/issues/17))
- Only strip `.0` suffix from versions when the comparator is `==` or `>=`
([30](https://github.com/tox-dev/tox-ini-fmt/issues/30))
Added
- Base version