@@ -21,6 +21,66 @@ 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.27.0] ( https://github.com/seedcase-project/template-python-package/compare/0.26.1..0.27.0 ) - 2026-08-07
25+
26+ ### ✨ Features
27+
28+ - Allow use of ` Optional[] ` in Ruff checks
29+ [ #341 ] ( https://github.com/seedcase-project/template-python-package/pull/341 )
30+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
31+ ([ 3b396d4] ( https://github.com/seedcase-project/template-python-package/commit/3b396d467f036afa8a097132b9225602c053e9f1 ) )
32+
33+ ### 🐛 Fixes
34+
35+ - Remove leftover workflow tags from conversion
36+ [ #338 ] ( https://github.com/seedcase-project/template-python-package/pull/338 )
37+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
38+ ([ 0fcb787] ( https://github.com/seedcase-project/template-python-package/commit/0fcb787915e8a9dbf0d110301e28916d9487f7a8 ) )
39+ - Correct Pyrefly settings to actually run in our projects
40+ [ #337 ] ( https://github.com/seedcase-project/template-python-package/pull/337 )
41+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
42+ ([ 56a5d86] ( https://github.com/seedcase-project/template-python-package/commit/56a5d86c4a14cbe1798ec9aea43cd7c8b1e1c3dd ) )
43+ - Bring back Python import organising in VS Code
44+ [ #339 ] ( https://github.com/seedcase-project/template-python-package/pull/339 )
45+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
46+ ([ 25965e4] ( https://github.com/seedcase-project/template-python-package/commit/25965e4d38d3157224ffed45ceda5e036df9c8b9 ) )
47+ - Remove Pyrefly from pre-commit, as ` pre-commit.ci ` fails with it
48+ [ #333 ] ( https://github.com/seedcase-project/template-python-package/pull/333 )
49+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
50+ ([ 8422401] ( https://github.com/seedcase-project/template-python-package/commit/84224010d8e4a7f2d3542c31be858a37983b446c ) )
51+
52+ ### ♻️ Refactor
53+
54+ - Use uv not pipx in CONTRIBUTING
55+ [ #336 ] ( https://github.com/seedcase-project/template-python-package/pull/336 )
56+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
57+ ([ bd5e601] ( https://github.com/seedcase-project/template-python-package/commit/bd5e6016e0e3fdad17ace49b129e2368d7544c0f ) )
58+
59+ ### 📝 Documentation
60+
61+ - Rebuild README
62+ [ #342 ] ( https://github.com/seedcase-project/template-python-package/pull/342 )
63+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
64+ ([ a5a3df2] ( https://github.com/seedcase-project/template-python-package/commit/a5a3df29bb8ab3f543702008919902e598314389 ) )
65+
66+ ### 💄 Styling
67+
68+ - Reformat some Jinja files
69+ [ #335 ] ( https://github.com/seedcase-project/template-python-package/pull/335 )
70+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
71+ ([ 7a3c538] ( https://github.com/seedcase-project/template-python-package/commit/7a3c5382ccce60bb5f9492828ac14cbfbbcdd8c5 ) )
72+
73+ ### 👩💻 Miscellaneous
74+
75+ - Do not run rumdl on Jinja files, it mangles them
76+ [ #334 ] ( https://github.com/seedcase-project/template-python-package/pull/334 )
77+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
78+ ([ c1d0e30] ( https://github.com/seedcase-project/template-python-package/commit/c1d0e306cc24ee5f121a8d73a81359fc0cfd8751 ) )
79+ - Don't copy ` typos.toml ` to root of template
80+ [ #340 ] ( https://github.com/seedcase-project/template-python-package/pull/340 )
81+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
82+ ([ 2215bdf] ( https://github.com/seedcase-project/template-python-package/commit/2215bdf1b9f8e1534f0e48396989a8622c1d90cb ) )
83+
2484## [ 0.26.1] ( https://github.com/seedcase-project/template-python-package/compare/0.26.0..0.26.1 ) - 2026-08-07
2585
2686### 🐛 Fixes
0 commit comments