Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@tdenewiler tdenewiler released this 20 Jan 20:24
b445d17

Added

  • Support for Python 3.12 and 3.13.
  • Use of pyproject.toml instead of setup.py and requirements.txt.
  • Supports new plugin discovery mechanism for the main Statick tool.

Changed

  • Disabled code coverage requirements in CI for now.
    • Unable to get line coverage working with new plugin mechanism.
      Unit tests still work to find problems.
  • Rename plugin modules so they are shorter and less redundant.

Removed

  • No longer support Python 3.8.