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.
- ✨ add
update-from-templateworkflow (#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)
- 🐛 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_releasedoutput to run or not (#97) - 🐛 install uv in publish step and only for tags (#96)
- 🔨 the
check-commitsrecipe wasn't correctly checking them (#48) - 🔨 the
check-commitsrecipe 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-pythontorun-all(#38) - 🔨 update test snippet to given, when, then (#29)
- ♻️ 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
bashforcheck-commitsjustfile recipe (#150) - 🔧 include
github-actionsin dependabot config (#136) - 👷 move
uv buildstep into publish job (#101) - ♻️ make mypy more strict in settings (#94)