Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1.35 KB

Changelog

2024-07-25

  • [Improvement] Plugin's generated README.rst file is now more dynamic and compatibility for Python 3.7 is dropped (by @CodeWithEmad)
  • [Bugfix] .github directory creation issue resolved (by @CodeWithEmad)

2024-01-01

  • [Improvement] Happy New Year!
    • Fix compatibility issue with Python 3.12 by removing dependency on pkg_resources.
    • Cookiecutter hooks to check input data validation.
    • Various licenses support.
    • New documentation format.
    • GitHub Actions for new plugins.
    • dev mode added to extra entries. (by @CodeWithEmad).

2023-11-21

  • [Improvement] Mark compatibility with python 3.11 and 3.12 (by @CodeWithEmad).

2023-11-06

  • [Improvement] Recommend putting job scripts under "tasks" directory instead of "jobs", for consistency with official plugins (by @CodeWithEmad).
  • [Improvement] Start keeping a changelog (by @kdmccormick).