0.19.0 - 2024-12-05¶
🔧 Changed¶
- Add - __version__member to generated- version.pyfor compatibility with other versions schemes
- Excluded 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 with- trailing whitespacecommit hook
- Fixed syntax error in the - check.ymltemplate which resulted in an invalid workflow file
- Fixed context forwarding to plugins hooking into - preand- postintegration test hooks- pre_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