Changelog
Since we follow Conventional Commits when writing commit messages, we’re able to automatically create formal “releases” of the template based on the commit messages. Releases in the context of the template are when changes occur to the template/ files or to the copier.yaml files. The releases are also published to Zenodo for easier discovery, archival, and citation purposes. We use Cocogitto to be able to automatically create these releases, which uses SemVar as the version numbering scheme, and Git Cliff to generate the changelog based on the commit messages.
Because releases are created based on commit messages, a new release is created quite often—sometimes several times in a day. This also means that any individual release will not have many changes within it. Below is a list of the releases we’ve made so far, along with what was changed within each release.
Commits from bots, like dependabot or pre-commit-ci, are not included in the changelog.
0.1.1 - 2026-06-05
🐛 Fixes
- Set
Cargo.tomlas a Jinja file to trigger templating by@lwjohnst86(f4edd6f) - Add hosting provider question by
@lwjohnst86(9e0be14) - Remove leftover
test-docsrecipe by@lwjohnst86(c345475)
❤️ New contributors
@dependabot[bot]started making automated contributions
[0.1.0] - 2026-06-05
✨ Features
- Add Quarto website generation files by
@lwjohnst86(bf5b778) - Add Rust-specific
.gitignorefile by@lwjohnst86(c04e3b7) - Add
.editorconfigfile by@lwjohnst86(03de3ef) - Add MIT license to template by
@lwjohnst86(2b1c479) - Add basic Quarto website files by
@lwjohnst86(665c2ad) - Add community health files by
@lwjohnst86(a3b139c) - Basic Rust files for a package by
@lwjohnst86(1843895) - Config files for formatting Markdown by
@lwjohnst86(bbf7984) - Auto-release workflows and config files by
@lwjohnst86(3e3afde) - Workflow to add to project board by
@lwjohnst86(8e31eea) - Config file for typos checking by
@lwjohnst86(de4b32c) - Add workflow to build Quarto website by
@lwjohnst86(024730c) - Add workflow to run checks on PRs by
@lwjohnst86(cdd32c8) - Add dependabot for GitHub Action versions by
@lwjohnst86(2c948c3) - Add workflow to run security checks on repo by
@lwjohnst86(3fd75bf) - Add CODEOWNERS and pull request template by
@lwjohnst86(e73eaea) - Include template copier answer file by
@lwjohnst86(8b76d9f) - Add VS Code settings and extension recommendations by
@lwjohnst86(cee673e) - Add script to list contributors by
@lwjohnst86(4e7a0f2) - Add site counter GoatCounter script by
@lwjohnst86(c13a2b8) - Add
404.qmdto template by@lwjohnst86(7c7ebe2) - Add justfile to template by
@lwjohnst86(ea5d3b5) - Add TODO list for post-creation tasks by
@lwjohnst86(8f532ac) - Add Copier questions file by
@lwjohnst86(1705671)
🐛 Fixes
- Fix spacing issue for CHANGELOG generation by
@lwjohnst86(abb2515)
📝 Documentation
- Setup and add docs for a Quarto website by
@lwjohnst86(00200dc) - Add community health files by
@lwjohnst86(1b4bd07) - Add CITATION file by
@lwjohnst86(92abadb) - Add README files by
@lwjohnst86(081dc37) - Add empty changelog by
@lwjohnst86(355d9c3) - Add features list to landing page by
@lwjohnst86(1e739b6) - Uncomment GitHub release badge by
@lwjohnst86(7cc9597) - Change to
docs/includesfor site counter by@lwjohnst86(8f9b3cf)
💄 Styling
- Add Seedcase Quarto theme extension by
@lwjohnst86(f5e8388) - Ran Markdown formatters by
@lwjohnst86(d9cc2f2)
👷 CI/CD
- Add CI/CD workflows by
@lwjohnst86(212c96f)
👩💻 Miscellaneous
- Start of template-rs by
@lwjohnst86(42cef76) - Add development and config files by
@lwjohnst86(35c2dcd) - Add GitHub pull request helper files by
@lwjohnst86(58ce526) - Add VS Code setting config files by
@lwjohnst86(7aac6b0) - Match line length in EditorConfig with Panache by
@lwjohnst86(782b2c7) - Add pre-commit hooks by
@lwjohnst86(bdc5566) - Add justfile to repository by
@lwjohnst86(b037b83) - Ran and updated pre-commit hooks by
@lwjohnst86(a302691) - Regenerate docs from build
just run-allby@lwjohnst86(1fabe5a) - Minor updates from t-squared by
@lwjohnst86(c404582)
❤️ New contributors
@github-actions[bot]started making automated contributions@lwjohnst86made their first contribution