Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

47 lines (35 loc) · 1.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to PEP 440 and uses Semantic Versioning.

[0.3.1]

Changed

  • The static-analysis Github Actions workflow now uses ruff rather than flake8 for linting.

[0.3.0]

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

[0.2.0]

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

[0.1.3]

Changed

  • Upgraded to hyp3lib=>3,<4.

[0.1.2]

Fixed

  • Typo in the Docker entrypoint command.

[0.1.1]

Fixed

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

[0.1.0]

Added

  • Initial release of the HyP3 Cookiecutter.