Skip to content

Latest commit

 

History

History
83 lines (40 loc) · 897 Bytes

CHANGELOG.md

File metadata and controls

83 lines (40 loc) · 897 Bytes

Version history

We follow Semantic Versions since the 0.1.0 release.

1.0.1

Features

  • Adds python3.12 support

1.0.0

Features

  • Drops python3.7 support, because it has almost reached its EOL
  • Adds flake8@6 support and drops support of flake8<5

0.6.0

Features

  • Drops python3.6 support
  • Now uses importlib_metadata instead of pkg_resources

0.5.0

Features

0.4.0

Features

0.3.0

Features

  • python3.9 support

Misc

  • Moves to Github Actions
  • Poetry version update

0.2.1

Bugfixes

  • Fixes incorrect \ detection inside the """

0.2.0

Features

  • Adds python3.8 support

Bugfixes

  • Fixes a bunch of false positives

0.1.1

Bugfixes

  • Fixes typos
  • Updates project structure

0.1.0

  • Initial release