Skip to content

Latest commit

 

History

History
115 lines (66 loc) · 1.91 KB

File metadata and controls

115 lines (66 loc) · 1.91 KB

v2.0.0 (2026-02-20)

Feat

  • change license to MIT (#326)
  • add codespell linter (#325)
  • replace build backend with uv_build (#324)
  • recommend Python 3.12 (#323)
  • minify VS Code extensions (#322)
  • replace mypy with ty (#321)
  • deprecate cookiecutter (#320)

Fix

  • fix missing py.typed (#319)

v1.6.0 (2025-09-10)

Feat

  • replace pdoc with MkDocs (#316)
  • check if PR title conforms to Conventional Commits (#312)
  • select ALL ruff rules (#311)
  • upgrade CI dependencies (#310)

Fix

  • select user-defined minimum Python version in CI test matrix (#317)

v1.5.1 (2025-03-13)

Fix

  • close prerequisites details (#306)
  • update deprecated codesearch flag (#305)

v1.5.0 (2025-03-13)

Feat

  • upgrade to a more modern build system (#302)

v1.4.1 (2025-03-12)

Fix

  • add missing permission for trusted publishing (#301)

v1.4.0 (2025-03-12)

Feat

  • simplify publishing to PyPI from GitHub Actions (#300)

v1.3.3 (2025-03-08)

Fix

  • mark .gitignore as templated (#299)

v1.3.2 (2025-03-08)

Fix

  • git ignore uv.lock for packages (#298)

v1.3.1 (2025-03-08)

Fix

  • fix resolution strategy selection (#297)

v1.3.0 (2025-03-08)

Feat

  • list environment variables in workflow definition (#294)
  • select uv as commitizen's version provider (#293)

Fix

  • set default shell to bash (#296)

v1.2.0 (2025-02-24)

Feat

  • use a non-root user the Dev Container (#287)
  • optimize Dev Container features (#285)

v1.1.1 (2025-02-23)

Fix

  • fix invalid paths on Windows (#284)
  • relock before cz bump (#277)
  • api: remove unnecessary default type argument (#280)
  • use serve instead of app in task sequence (#279)

v1.1.0 (2025-02-17)

Feat

  • enable GitHub Copilot preview features (#275)

Fix

  • improve GitHub Actions workflows for packages (#274)
  • git ignore .egg-info (#273)

v1.0.0 (2025-02-13)

Feat

  • transition to uv and copier (#271)