Appendix A — 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.

A.1 0.3.0 - 2026-08-12

A.1.1 ✨ Features

A.2 0.2.0 - 2026-08-12

A.2.1 ✨ Features

A.2.2 ❤️ New contributors

  • @pre-commit-ci[bot] started making automated contributions

A.3 [0.1.0] - 2026-07-13

A.3.1 ✨ Features

A.3.2 💄 Styling

A.3.3 👷 CI/CD

A.3.4 👩‍💻 Miscellaneous

A.3.5 ❤️ New contributors

  • @github-actions[bot] started making automated contributions

  • @lwjohnst86 made their first contribution

  • @dependabot[bot] started making automated contributions