@@ -22,6 +22,30 @@ within each release.
2222Commits from bots, like ` dependabot ` or ` pre-commit-ci ` , are not
2323included in the changelog.
2424
25+ ## [ 0.22.3] ( https://github.com/seedcase-project/template-python-package/compare/0.22.2..0.22.3 ) - 2026-05-22
26+
27+ ### ♻️ Refactor
28+
29+ - Remove Conventional Commit scopes and use raw emoji
30+ [ #283 ] ( https://github.com/seedcase-project/template-python-package/pull/283 )
31+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
32+ ([ 03ab0ba] ( https://github.com/seedcase-project/template-python-package/commit/03ab0ba6d9b8dbbf6ade4232b4458dc5fc913902 ) )
33+ - Remove ` build-pdf ` from justfile, not needed anymore
34+ [ #288 ] ( https://github.com/seedcase-project/template-python-package/pull/288 )
35+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
36+ ([ 3ca4fe5] ( https://github.com/seedcase-project/template-python-package/commit/3ca4fe5277ebfe6806e5b7db7cbbe361cec63a7d ) )
37+ - Switch to using ` uvx ` for dev tooling, ` uv run ` isn't needed
38+ [ #285 ] ( https://github.com/seedcase-project/template-python-package/pull/285 )
39+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
40+ ([ 126dca2] ( https://github.com/seedcase-project/template-python-package/commit/126dca25c77882ad4188a330c504587e7eb7a680 ) )
41+
42+ ### 📝 Documentation
43+
44+ - Minor clean up of docs
45+ [ #286 ] ( https://github.com/seedcase-project/template-python-package/pull/286 )
46+ by [ ` @lwjohnst86 ` ] ( https://github.com/lwjohnst86 )
47+ ([ 73f4bb6] ( https://github.com/seedcase-project/template-python-package/commit/73f4bb69f0ce9565c1bd40ba3cb38eb55e79a693 ) )
48+
2549## [ 0.22.2] ( https://github.com/seedcase-project/template-python-package/compare/0.22.1..0.22.2 ) - 2026-05-19
2650
2751### ♻️ Refactor
0 commit comments