- Re-adds the horizontal break between header and table content that was accidentally removed in `v1.2.0` - Bumps minimum Python version to 3.7
1.2.0
- Adds the ability to change column colors statically (index) or dynamically based on truthyness (closes 1, thanks gagelarsen)
1.1.0
- Adds horizontal break between header and table content - Small refactor of stringify Python `True/False` when inserting to a table
1.0.0
- Initial release - Pass headers and rows to generate a uniformly dispersed pretty table - Added input validation to ensure headers/rows were set and valid lists and correct length