Skip to content

v0.3.0

Compare
Choose a tag to compare
@denewiler denewiler released this 20 Jan 15:48
· 2 commits to main since this release
27b1773

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.
  • Updated README to use more modern approach to installing Python and NPM packages.
  • Rename plugin modules so they are shorter and less redundant.

Removed

  • No longer support Python 3.8.
  • Proselint tool removed.
    • Unable to resolve type hint and unit test issues. Tool not used as far as Statick developers are aware.