What's Changed
Breaking Changes
* Fix: Remove support for Python 2.7 as it's unsupported by GitHub Actions by jakob-bagterp in https://github.com/jakob-bagterp/colorist-for-python/pull/166
New Features
* Feature: Update docstring for custom color classes for RGB, HSL and Hex by jakob-bagterp in https://github.com/jakob-bagterp/colorist-for-python/pull/146
* Feature: Add general print full line of text function to cover all color classes for text and background; RGB, HSL and Hex; styling and effects by jakob-bagterp in https://github.com/jakob-bagterp/colorist-for-python/pull/144
* Feature: Add input validation to print methods for RGB, HSL and Hex by jakob-bagterp in https://github.com/jakob-bagterp/colorist-for-python/pull/147
Fixes and Updates
* Fix: Update validation of Hex color code pattern by jakob-bagterp in https://github.com/jakob-bagterp/colorist-for-python/pull/145
* Refactor: Remove unused print RGB helper functions (replaced by general print_color() method) by jakob-bagterp in https://github.com/jakob-bagterp/colorist-for-python/pull/148
* Fix: Codecov badge not syncing latest coverage state by jakob-bagterp in https://github.com/jakob-bagterp/colorist-for-python/pull/149
* Fix: Codecov badge not syncing latest coverage state (part 2) by jakob-bagterp in https://github.com/jakob-bagterp/colorist-for-python/pull/152
* Feature: Add total downloads badge by jakob-bagterp in https://github.com/jakob-bagterp/colorist-for-python/pull/153
Updated Dependencies
* Bump coverage from 7.2.3 to 7.2.5 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/151
* Bump tox from 4.4.12 to 4.5.1 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/150
* Bump pre-commit from 3.2.2 to 3.3.1 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/154
* Bump mypy from 1.2.0 to 1.3.0 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/155
* Bump pre-commit from 3.3.1 to 3.3.2 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/156
* Bump tox from 4.5.1 to 4.5.2 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/158
* Bump coverage from 7.2.5 to 7.2.6 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/159
* Bump pytest-cov from 4.0.0 to 4.1.0 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/157
* Bump coverage from 7.2.6 to 7.2.7 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/160
* Bump pytest from 7.3.1 to 7.3.2 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/161
* Bump tox from 4.5.2 to 4.6.0 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/162
* Bump pre-commit from 3.3.2 to 3.3.3 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/163
* Bump tox from 4.6.0 to 4.6.2 by dependabot in https://github.com/jakob-bagterp/colorist-for-python/pull/164
**Full Changelog**: https://github.com/jakob-bagterp/colorist-for-python/compare/v1.5.1...v1.6.0