# 2023-09-13 1.0.2

  This release fixes a leaked file descriptor.

# 2023-09-10 1.0.1

  This release adds a python_requires >= 3.9 to setup.py to prevent old python
  versions from picking up the newly incompatible version.

# 2023-09-10 1.0.0 [yanked]

  This release was yanked, because it introduced incompatibilities with old
  versions of python but did not specify a python_requires line.

  To prevent

  * Support for Python 2 was dropped
  * Support for compressed fonts
  * Support for more fonts
  * Various fixes for corner cases of font rendering
  * Drop use of pkg_resources in favour of importlib.resources
  * Add pyproject.toml
  * Many small fixes

# 2018-12-06 0.8.0

  * #62 Change LICENSE to MIT
  * #61 Provide font installation option (-L) and remove
        unlicenced fonts from the distribution

# 2018-10-17 0.7.6

  * #57 Implement colored print
  * #53 Allow fonts to be specified by path

# 2016-06-12 0.7.5

  * #46 Add 100+ fonts from java.de figlet fonts collection v4.0
  * #48 Include python3 in testing

# 2015-05-27 0.7.4

  * #43 Don't leak file handles

# 2015-04-14 0.7.3

  * #41 Add newline and text wrapping support

# 2014-09-14 0.7.2

  * #35 Add this CHANGELOG
  * #36 Bug fix for #34 (broken --reverse and --flip)
        (reported "character mapping must return integer, None or unicode")

# 2014-07-27 0.7.1

  * #29 Fix for UTF8 regression
  * #31 Add __main__ entry point
  * #32 Pep8 the code and minor refactoring
  * #33 Trove classifiers update

# 2014-06-02 0.7

  * #9  Add --list_fonts and --info_font
  * #10 Add tools/pyfiglet_example for listing all fonts
  * #11 Fix the pyfiglet command (had bad python path)
  * #12 Pyflakes fixes
  * #13 Configure Travis Continuous Integration
  * #17 Documentation usage sample fix
  * #19 Enable pyfiglet to use extended ASCII chars
  * #20 Add two cyrillic fonts
  * #21 Python 3 support
  * #27 Code improvements
  * #28 Human readable font list (-l)