Skip to content

Releases: fpgmaas/cookiecutter-poetry

0.6.3

14 Dec 14:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.2...0.6.3

0.6.2

25 Oct 04:40
41d853b
Compare
Choose a tag to compare

What's Changed

  • Configure prettier pre-commit hook and reformat existing files by @kenibrewer in #97

Full Changelog: 0.6.1...0.6.2

0.6.1

19 Oct 15:28
9c49026
Compare
Choose a tag to compare

What's Changed

  • fix: replace deprecated poetry lock by @kenibrewer in #98
  • Add devcontainer specifications to cookiecutter-poetry and child projects by @kenibrewer in #95

New Contributors

Full Changelog: 0.6.0...0.6.1

0.6.0

05 Sep 07:44
fcbd65f
Compare
Choose a tag to compare
Hooks (#89)

* Added more pre-commit hooks

* fix

0.5.5

18 Mar 16:50
65d2508
Compare
Choose a tag to compare
Run `make check` in workflow to prevent skipping mypy when tox is not…

… enabled (#86)

0.5.4

10 Mar 08:54
110832b
Compare
Choose a tag to compare
bump poetry version in docker (#85)

0.5.3

14 Feb 08:04
537ea66
Compare
Choose a tag to compare
Remove the release workflow when publish_to=none and mkdocs=n (#82)

0.5.2

27 Jan 16:52
381f35e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

0.5.1

27 Jan 08:33
890174f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

26 Jan 15:34
65fb877
Compare
Choose a tag to compare
Replace flake8 with ruff (#73)

* Replace flake8 and isort with ruff
* added tox configuration