Changelog
Since we follow Conventional Commits, we’re able to automatically create formal “releases” of the website based on our commit messages. Releases in the context of websites are simply snapshots in time of the website content. 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.2.0 - 2026-08-30
✨ Features
- Move authorships section over from
wp1-ros#4 by@lwjohnst86(ce029c1)
💄 Styling
- Don’t number appendices #1 by
@lwjohnst86(e876d30)
0.1.1 - 2026-08-30
🐛 Fixes
- Remove
.beforefilenamein code chunks by@lwjohnst86(116392c)
👷 CI/CD
- Fix malformed workflow by
@lwjohnst86(278fce3)
0.1.0 - 2026-08-30
✨ Features
- Add initial Quarto config file and index files by
@lwjohnst86(1b3dcea) - Move over section on starting a project by
@lwjohnst86(e7c19e6) - Move “roles” chapter into this guide by
@lwjohnst86(29b4021) - Move and update the DST setup guide by
@lwjohnst86(d5e8640)
🐛 Fixes
- Add link to Turing Way website by
@lwjohnst86(a5f2e85)
♻️ Refactor
- Rename to
overviewfromgeneralby@lwjohnst86(1a71f31)
📝 Documentation
- Minor edits to community health files by
@lwjohnst86(41f4afd)
💄 Styling
- Add DP-Next Quarto theme by
@lwjohnst86(fb45ae0)
👩💻 Miscellaneous
- Start of guide repo by
@lwjohnst86(8feebcc) - Switch to use
dp-next-themein justfile by@lwjohnst86(06fce32) - Update and run pre-commit hooks by
@lwjohnst86(f937cf2) - Exclude
_book/and_extensions/from TODO listing by@lwjohnst86(ae8107a) - Ignore Quarto
*_files/by@lwjohnst86(102e2ed)
❤️ New contributors
@github-actions[bot]started making automated contributions@lwjohnst86made their first contribution