Skip to content

Releases: ASFHyP3/hyp3-cookiecutter

HyP3 Cookiecutter v0.3.0

11 Oct 17:42
e7b1e20
Compare
Choose a tag to compare

Added

  • Support for Python 3.13
  • Workflow action to keep the reusable CI/CD action up to date within the cookiecutter template

Changed

  • Now uses ruff for linting and formatting instead of flake8

Removed

  • The unused process.main function as we don't register it as a console script entrypoint

Fixed

  • Tests using the script_runner fixture will no longer raise usage warnings

HyP3 Cookiecutter v0.2.0

27 Jun 18:42
cdc1a71
Compare
Choose a tag to compare

Removed

  • Support for Python 3.8 and 3.9 has been dropped. The minimum version is now 3.10.

Fixed

  • Removed the deprecated jinja2_time.TimeExtension from the cookiecutter config

HyP3 Cookiecutter v0.1.3

16 Jan 18:41
d52a2fc
Compare
Choose a tag to compare

Changed

  • Upgraded to hyp3lib=>3,<4.

HyP3 Cookiecutter v0.1.2

05 May 00:36
9ce909c
Compare
Choose a tag to compare

Fixed

  • Typo in the Docker entrypoint command.

HyP3 Cookiecutter v0.1.1

11 Apr 19:14
e7b2aee
Compare
Choose a tag to compare

Fixed

  • Typo in the release-checklist-comment.yml workflow.

HyP3 Cookiecutter v0.1.0

31 Mar 00:20
9d23b2e
Compare
Choose a tag to compare

Added

  • Initial release of the HyP3 Cookiecutter.