What's Changed * ci: updates to the ci process by pmack in https://github.com/arrai-innovations/argparse-color-formatter/pull/3 * docs: update build artifact urls by pmack in https://github.com/arrai-innovations/argparse-color-formatter/pull/4 * chore: add pre-commit hooks by pmack in https://github.com/arrai-innovations/argparse-color-formatter/pull/5 * ci: add python 3.11 support by pmack in https://github.com/arrai-innovations/argparse-color-formatter/pull/6 * ci: update circleci config to keep it inline with our other projects by pmack in https://github.com/arrai-innovations/argparse-color-formatter/pull/7 * chore: convert config to pyproject toml by pmack in https://github.com/arrai-innovations/argparse-color-formatter/pull/8 * Update for Python 3.12, Expand Color-Aware Functionality by jhillacre in https://github.com/arrai-innovations/argparse-color-formatter/pull/11 * ci: fix build publishing by pmack in https://github.com/arrai-innovations/argparse-color-formatter/pull/12
New Contributors * pmack made their first contribution in https://github.com/arrai-innovations/argparse-color-formatter/pull/3 * jhillacre made their first contribution in https://github.com/arrai-innovations/argparse-color-formatter/pull/11
* make readme images external links so they work on pypi.
1.2.2
* be more explicit with supported python versions in setup.py (2.7, 3.5, 3.6, 3.7, 3.8) * [tests] move tests to circleci, test all supported python versions.
1.2.1
* fixed `prog` not being color stripped when used in auto generating usage strings. * more coverage. * fixed coverage badge/links. * fix pypi description.