Releases
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.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)