Releases: fpgmaas/cookiecutter-poetry
Releases · fpgmaas/cookiecutter-poetry
0.5.0
Replace flake8 with ruff (#73)
* Replace flake8 and isort with ruff
* added tox configuration
0.4.8
Fix readme (#69)
* fixed URLs in readme
0.4.7
What's Changed
- fix bug that causes ccp to fail if github actions = n and codevoc = n by @fpgmaas in #68
Full Changelog: 0.4.6...0.4.7
0.4.6
What's Changed
- improved documentation style, updated dependencies by @fpgmaas in #66
- updated CI/CD for main project, updated Makefile by @fpgmaas in #67
Full Changelog: 0.4.5...0.4.6
0.4.5
What's Changed
- Added python 3.11, fix deprecation warnings, fixed issue with poetry cache in workflow runs by @fpgmaas in #65
Full Changelog: 0.4.4...0.4.5
0.4.4
Run workflow steps in parallel where possible (#63)
* added deptry to precommit and made workflows parralel instead of sequential