11# Changelog
22
3- Since we follow
4- [ Conventional Commits] ( https://decisions.seedcase-project.org/why-conventional-commits/ )
5- when writing commit messages, we're able to automatically create formal
6- "releases" of the template based on the commit messages. Releases in the context
7- of template are when changes occur to the ` template/ ` files or to the
8- ` copier.yaml ` files. The releases are also published to Zenodo for easier
9- discovery, archival, and citation purposes. We use
3+ Since we follow [ Conventional
4+ Commits] ( https://decisions.seedcase-project.org/why-conventional-commits/ ) when
5+ writing commit messages, we're able to automatically create formal "releases" of
6+ the template based on the commit messages. Releases in the context of template
7+ are when changes occur to the ` template/ ` files or to the ` copier.yaml ` files.
8+ The releases are also published to Zenodo for easier discovery, archival, and
9+ citation purposes. We use
1010[ Cocogitto] ( https://decisions.seedcase-project.org/why-semantic-release-with-cocogitto/ )
1111to be able to automatically create these releases, which uses
12- [ SemVar] ( https://semverdoc.org ) as the version numbering scheme, and
13- [ Git Cliff] ( https://decisions.seedcase-project.org/why-changelog-with-git-cliff/ )
14- to generate the changelog based on the commit messages.
12+ [ SemVar] ( https://semverdoc.org ) as the version numbering scheme, and [ Git
13+ Cliff] ( https://decisions.seedcase-project.org/why-changelog-with-git-cliff/ ) to
14+ generate the changelog based on the commit messages.
1515
1616Because releases are created based on commit messages, a new release is created
1717quite often---sometimes several times in a day. This also means that any
@@ -21,6 +21,15 @@ releases we've made so far, along with what was changed within each release.
2121Commits from bots, like ` dependabot ` or ` pre-commit-ci ` , are not included in the
2222changelog.
2323
24+ ## [ 0.24.1] ( https://github.com/seedcase-project/template-python-package/compare/0.24.0..0.24.1 ) - 2026-07-07
25+
26+ ### ♻️ Refactor
27+
28+ - Minor updates from t-squared, mostly formatting changes
29+ [ #316 ] ( https://github.com/seedcase-project/template-python-package/pull/316 )
30+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
31+ ([ 2d3e7bd] ( https://github.com/seedcase-project/template-python-package/commit/2d3e7bdc820612a88dbc561b335496429a5ef839 ) )
32+
2433## [ 0.24.0] ( https://github.com/seedcase-project/template-python-package/compare/0.23.5..0.24.0 ) - 2026-07-06
2534
2635### ✨ Features
@@ -1126,13 +1135,18 @@ changelog.
11261135### ❤️ New contributors
11271136
11281137- ` @github-actions[bot] ` started making automated contributions
1138+
11291139- [ ` @martonvago ` ] ( https://github.com/martonvago ) made their first contribution
11301140 in
11311141 [ #134 ] ( https://github.com/seedcase-project/template-python-package/pull/134 )
1142+
11321143- ` @pre-commit-ci[bot] ` started making automated contributions
1144+
11331145- ` @dependabot[bot] ` started making automated contributions
1146+
11341147- [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 ) made their first contribution
11351148 in
11361149 [ #150 ] ( https://github.com/seedcase-project/template-python-package/pull/150 )
1150+
11371151- [ ` @signekb ` ] ( https://github.com/signekb ) made their first contribution in
11381152 [ #44 ] ( https://github.com/seedcase-project/template-python-package/pull/44 )
0 commit comments