Releases: bird-house/cookiecutter-birdhouse
Releases · bird-house/cookiecutter-birdhouse
v1.1.0
Changes:
- Fixed a bug the Dockerfile configuration. (hotfix)
- Added several workflows to help with testing, docker images, and version bumping. (#129).
- Reorganized README files to organize badges better. (#129).
- Added several pre-commit hooks to help with code organization, docstrings, finding dead code blocks, etc. (#129).
- Dropped support for Python3.9, extended support for Python3.13. (#129).
- Now using a CI folder for managing CI-specific Python dependencies.(#129).
- Updated several development dependencies. (#129).
- Now using a Dependabot configuration for managing Python and GitHub Actions updates. (#129).
v1.0.0
Changes:
- Replace
search
byparse
in the bumpversion config fordocs/conf.py
to support theversion|release
expression. (#107, #108). - Dropped Travis CI and migrated to using GitHub Actions for CI/CD (#112).
- Updated PyWPS to 4.5.0 (#112).
- Ported upstream changes from
cookiecutter-pypackage
and re-enabled testing (#115). - Added a Makefile command for running
nb-val
withlax
flags (#116). - Updated the package metadata to reflect the current state of the project (#117).
- Dropped support for Python2 as well as Python3.8 and below (#120).
- Top-level documentation has been updated to reflect the changes in the project (#120).
- Now using
bump-my-version
for version management andpre-commit
for code formatting (#120). - Projects now use a
src
-based directory structure (#120). - Both the top-level package and rendered templates are now PEP 517 and PEP 621 compliant (
pyproject.toml
) (#120).