Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 2.39 KB

File metadata and controls

53 lines (45 loc) · 2.39 KB

Changelog

Since we follow Conventional Commits, we're able to automatically create a release based on the commit message by using Commitizen. This means that releases can happen quite often, sometimes several in a day. It also means any individual release will not have many changes within it. Below is a list of releases along with what was changed within it.

0.16.0 (2025-08-26)

Feat

  • ✨ add update-from-template workflow (#134)
  • ✨ add hosting provider variable (#153)
  • 📝 add Conduct, Contributing, and filled out README (#131)
  • ✨ add 404 page to template (#141)
  • ✨ add files with copier variables (#127)
  • ✨ copy over static files to template folder (#117)
  • 🔨 gitleaks pre-commit to check for credentials (#100)
  • ✨ add mypy to VS Code settings and extensions (#93)
  • ✨ add examples section to docstring template (#39)
  • 🧑‍💻 add recipe add-function (#2)

Fix

  • 🐛 need to run build workflow after version bump to get changelog (#110)
  • 👷 explicitly checkout newest version to publish (#107)
  • 👷 forgot to checkout before building and publishing (#106)
  • 👷 only run when previous and current versions are different (#98)
  • 👷 use the has_released output to run or not (#97)
  • 🐛 install uv in publish step and only for tags (#96)
  • 🔨 the check-commits recipe wasn't correctly checking them (#48)
  • 🔨 the check-commits recipe wasn't correctly checking them
  • 🐛 remove auto-built reference docs before/after building (#47)
  • 🐛 remove auto-built reference docs before/after building
  • 🔥 remove django debugger (#44)
  • add test-python to run-all (#38)
  • 🔨 update test snippet to given, when, then (#29)

Refactor

  • ♻️ specify svg for all badges (#157)
  • ♻️ move copier test to own file (#156)
  • ♻️ update post-copy message (#154)
  • ♻️ match copier vars in template-website (#152)
  • ♻️ use bash for check-commits justfile recipe (#150)
  • 🔧 include github-actions in dependabot config (#136)
  • 👷 move uv build step into publish job (#101)
  • ♻️ make mypy more strict in settings (#94)