0.19.0 - 2024-12-05¶
🔧 Changed¶
Add
__version__member to generatedversion.pyfor compatibility with other versions schemesExcluded pyupgrade from project check due to its destructive nature
Updated cookiecutter template
removed obsolete template file
version.html
Added nox task for format checking
Updated GitHub workflow and workflow template of
checks.ymlto include format check
🐞 Fixed¶
Fixed whitespace and final newline behavior in
release:prepareto work well withtrailing whitespacecommit hookFixed syntax error in the
check.ymltemplate which resulted in an invalid workflow fileFixed context forwarding to plugins hooking into
preandpostintegration test hookspre_integration_tests_hook(self, session, config, context)post_integration_tests_hook(self, session, config, context)
📚 Documentation¶
Fixed various documentation typos
Added a toolbox migration guide
Fixed version information in GitHub Actions reference
Updated the
pre-commitrelated documentation