Skip to content

v0.12.0

Compare
Choose a tag to compare
@leifgehrmann leifgehrmann released this 22 Oct 21:57
· 9 commits to master since this release

Breaking Changes

  • Support for Python 3.6 and 3.7 has been dropped. #51

Additions

  • Added the TabArray and TabAlign objects used for tab stops. #50, #52

Internal Improvements

  • Updated tox.ini to test Python 3.11 and 3.12. #51
  • Updated GitHub actions to use Python 3.12. #51
  • Updated GitHub action dependencies. #51
  • Fixed new linting issues highlighted by Flake8. #51
  • Fixed breaking changes made by Tox in tox.ini. #51
  • Added an acceptance test that demonstrates how tab stops work. #52