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.19.6 (2026-05-19)

Fix

  • 🐛 make rumdl exclude stricter (#226)

0.19.5 (2026-05-18)

Refactor

  • ♻️ generate data package pages in docs (#222)

0.19.4 (2026-05-18)

Refactor

  • ♻️ generate README.md from qmd file (#220)

0.19.3 (2026-05-07)

Refactor

  • ♻️ run just run-all (#221)

0.19.2 (2026-04-24)

Refactor

  • ♻️ exclude generated files from formatting (#217)

0.19.1 (2026-04-23)

Fix

  • 🐛 use website in quarto config (#216)

0.19.0 (2026-04-23)

Feat

  • set up website in template (#213)

0.18.0 (2026-04-13)

Feat

  • integrate Flower (#211)

0.17.0 (2026-04-13)

Feat

  • add rumdl and format files (#210)

0.16.6 (2026-04-10)

Refactor

  • ⬆️ updates from just run-all, like pre-commit hooks (#209)

0.16.5 (2025-12-08)

Refactor

  • ♻️ move test to own file (#185)

0.16.4 (2025-12-05)

Refactor

  • ♻️ move metadata to metadata file (#178)

0.16.3 (2025-12-05)

Refactor

  • ♻️ update and run justfile recipes (#182)

0.16.2 (2025-12-05)

Refactor

  • ♻️ update get-contributors (#179)

0.16.1 (2025-12-05)

Refactor

  • ♻️ update copier vars (#184)
  • ♻️ update remaining config files (#183)
  • ♻️ update workflows (#181)
  • ♻️ update supporting files (#180)
  • ♻️ move releases to changelog (#177)

0.16.0 (2025-11-14)

Feat

  • justfile recipe to preview docs (#173)

0.15.3 (2025-08-20)

Refactor

  • 📝 update post-copy message to latest version (#154)

0.15.2 (2025-08-20)

Fix

  • 🐛 exclude justfile in the list-todos recipe (#153)

0.15.1 (2025-08-20)

Refactor

  • 👷 use bash instead of zsh (#150)

0.15.0 (2025-08-04)

Feat

  • workflow to check for updates and make a PR with them (#135)

0.14.0 (2025-08-01)

Feat

  • add CC0 license for data to template (#141)

0.13.0 (2025-07-29)

Feat

  • add template README in docs/ (#136)

Fix

  • 🐛 when bumping versions, we still want the website updated too (#138)

0.12.0 (2025-07-29)

Feat

  • justfile recipes to update from the template (#133)

0.11.2 (2025-07-29)

Fix

  • 🐛 post-copy tasks should run in sequence, not be dependent (#134)

0.11.1 (2025-07-28)

Fix

  • 🐛 rename properties to package_properties (#132)

0.11.0 (2025-07-25)

Feat

  • add after copy message (#129)

0.10.4 (2025-07-25)

Fix

  • 🐛 don’t commit and add, leave that to the user (#124)

0.10.3 (2025-07-25)

Refactor

  • ♻️ ignore generated *_files/ from Quarto (#120)

0.10.2 (2025-07-25)

Refactor

  • 🔥 remove content not needed for data packages (#108)

0.10.1 (2025-07-25)

Fix

  • 🐛 comment out unused code to pass linter (#119)

0.10.0 (2025-07-24)

Feat

  • add locked var for copyright year (#115)

0.9.0 (2025-07-24)

Feat

  • add post-copy commands to run (#101)

0.8.1 (2025-07-24)

Refactor

  • ♻️ limit permissions used in workflow (#105)

0.8.0 (2025-07-24)

Feat

  • pre-commit hook to check for conflicts (#102)

0.7.0 (2025-07-24)

Feat

  • increase version in datapackage.json file on version update (#109)

0.6.0 (2025-07-23)

Feat

  • add validator for package_github_repo (#93)

0.5.1 (2025-07-23)

Refactor

  • ♻️ tweak copier settings (#91)

0.5.0 (2025-07-15)

Feat

  • add Commitizen version bump with GitHub workflow (#71)

0.4.1 (2025-07-15)

Refactor

  • ♻️ revise CITATION.cff.jinja to use Jinja variables (#81)

0.4.0 (2025-07-15)

Feat

  • add recipe to template justfile to list all TODO items (#79)

0.3.2 (2025-07-15)

Refactor

  • ♻️ rename to MIT license (#80)

0.3.1 (2025-07-15)

Refactor

  • ♻️ ignore csv files when running typos (#84)

0.3.0 (2025-07-15)

Feat

  • add recipe to justfile template to (re)build the data package (#77)

Refactor

  • ♻️ Remove Ruff ignore tests option (#83)

0.2.0 (2025-07-15)

Feat

  • add Dependabot to template for workflows and Python packages (#70)
  • create template folder with initial files (#52)
  • write poetry command in just file (#7)

Refactor

  • ♻️ simplify pull request template in the template (#82)
  • ♻️ .gitignore should be specific to data packages, not Python ones (#75)
  • ♻️ revise pyproject.toml.jinja to use Jinja variables (#76)
  • ♻️ match Sprout (#40)