* Add Python 3.11 support (217) * Simple type hints for better IDE completions (214) * Replace ``termcolor-whl`` with renewed ``termcolor`` (218) * Support new colors and highlights from ``termcolor`` v2.2.0 (218) * Update dependencies
2.2.0
------------------
* Fix ANSI control sequences in Jupyter notebooks (176, 193, 195) * Drop Python 3.6 support * Add Python 3.10 support * Update dependencies * Replace termcolor with termcolor-whl (171) * Update cli-spinners to ``v2.7.0``
2.1.0
------------------
* Ensure cursor is visible in case of failures (152) * Convert Spinner to dataclass; make it mutable (151) * Support for dynamic text objects (147) * Remove extra files from site-packages (135) * Update dependencies
2.0.0
------------------
* Drop Python 2.7 and 3.5 support * Make ``termcolor`` an external dependency * Run CI tests under Ubuntu 20.04 * Update dependencies
1.5.0
------------------
* Update cli-spinners to ``v2.6.0`` * Update dependencies